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