C1.C1Rdl.Rdl2008 Namespace : ChartDataPointValues Class |
For a list of all members of this type, see ChartDataPointValues members.
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. |