The ChartDataPointValues type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChartDataPointValues |
Initializes a new instance of the ChartDataPointValues class.
|
Methods
Name | Description | |
---|---|---|
AssignFrom |
Copies properties from another ChartDataPointValues to the current object.
|
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.
|