ChartRangeSeriesPoint<T> Properties
Specifies an individual range series point with typed values.| Name | Description |
|---|---|
| Argument | Specifies the series point’s argument. Inherited from ChartSeriesPoint. |
| DataItems | Returns data source objects that are used to create the series point. Inherited from ChartSeriesPoint. |
| EndValue | Returns the range point’s end value. |
| SeriesName | Specifies the series point name. Inherited from ChartSeriesPoint. |
| StartValue | Returns the range point’s start value. |
| Value | Specifies the series point value. Inherited from ChartSeriesPoint. |
See Also