ASPxClientSeries Properties
Represents the client-side equivalent of the Series class.| Name | Description |
|---|---|
| actualCrosshairEnabled | Gets a value indicating whether a crosshair cursor is enabled. |
| actualCrosshairLabelVisibility | Gets a value indicating whether a crosshair label should be shown for this series. |
| argumentScaleType | Gets a value that specifies the scale type for the argument data of the series’ data points. |
| axisX | Gets the X-Axis that is used to plot the current series on the XY-diagram. |
| axisY | Gets the Y-Axis that is used to plot the current series on the XY-diagram. |
| chart | Gets the chart that owns the current chart element. Inherited from ASPxClientWebChartElement. |
| color | Gets the color of a series. |
| crosshairLabelPattern | Gets a string which represents the pattern specifying the text to be displayed within a crosshair label for the current Series type. |
| crosshairValueItems | Returns a collection of crosshair value items. |
| fibonacciIndicators | Obsolete. Provides access to the collection of Fibonacci Indicators. |
| groupedElementsPattern | This property is intended for internal use only. |
| indicators | Gets the series’ collection of indicators. |
| label | Gets the settings of series labels. |
| name | Gets the name of the chart element. Inherited from ASPxClientWebChartElementNamed. |
| pane | Gets the pane that is used to plot the current series on the XY-diagram. |
| points | Gets the series’ collection of data points. |
| regressionLines | Obsolete. Provides access to the collection of regression lines. |
| stackedGroup | Gets a value that defines a group for stacked series. |
| titles | Provides access to the collection of series titles. |
| toolTipEnabled | Gets a value that specifies whether or not a tooltip is enabled for a chart. |
| toolTipImage | Gets an image to be displayed within series tooltips. |
| toolTipText | Gets the text to be displayed within series tooltips. |
| totalLabel | |
| trendLines | Obsolete. Provides access to the collection of trendlines. |
| valueScaleType | Gets a value that specifies the scale type for the value data of the series’ data points. |
| viewType | Gets a value that specifies the view type of the series. |
| visible | Gets a value indicating whether the series is visible. |
See Also