Represents custom attributes of a ChartDataPoint object.
The ChartDataPointCustomProperties..::..RangeCandlestickProps type exposes the following members.
Properties
Name | Description | |
---|---|---|
LabelValueType |
Gets or sets the Y value that is used as a data label.
Default: Close.
|
|
Owner |
Gets ChartDataPointCustomProperties owning this object.
(Inherited from ChartDataPointCustomProperties..::..PropsBase.) |
|
PriceDownColor |
Gets or sets the color for a candle if a data point's Close value is less than its Open value.
Default: Empty (auto).
|
|
PriceUpColor |
Gets or sets the color for a candle if a data point's Close value is greater than its Open value.
Default: Empty (auto).
|