ChartDataPointValues Class Members
In This Topic
The following tables list the members exposed by ChartDataPointValues.
Public Constructors
Public Properties
| Name | Description |
| End | Gets or sets the end/close value for the data point. Optional in series with Type = Range with SubType = Stock, Candlestick or BoxPlot. |
| High | Gets or sets the high value for the data point. Mandatory in series with Type = Range. May be omitted if Y is specified. If so, it defaults to Y. |
| Low | Gets or sets the high value for the data point. Mandatory in series with Type = Range. May be omitted if Y is specified. If so, it defaults to Y. |
| Mean | Gets or sets the mean value for the data point. Optional in series with Type = Range with SubType = BoxPlot. |
| Median | Gets or sets the median value for the data point. Optional in series with Type = Range with SubType = BoxPlot. |
| Size | Gets or sets the size value for the data point. Optional in series with Type = Scatter with Subtype = Bubble. |
| Start | Gets or sets the start/open value for the data point. Optional in series with Type = Range with SubType = Stock, Candlestick or BoxPlot. |
| X | Gets or sets the X value for the data point. Mandatory in series with Type = Scatter. |
| Y | Gets or sets the Y value for the data point. Mandatory in series with Type not equal to Range, and with Type equal to Range with Subtype = ErrorBar. |
Top
Public Methods
See Also