ASPxClientSeriesPoint Properties
Represents the client-side equivalent of the SeriesPoint class.| Name | Description |
|---|---|
| argument | Gets the data point’s argument. |
| chart | Gets the chart that owns the current chart element. Inherited from ASPxClientWebChartElement. |
| color | Gets the color of a series point. |
| percentValue | Gets the percent value of a series point. |
| series | Gets the series that owns the current series point object. |
| toolTipHint | Gets a hint that is shown in series points tooltips. |
| toolTipText | Gets the text to be displayed within series points tooltips. |
| values | Gets the point’s data value(s). |
See Also