Represents custom attributes of a ChartSeries object.

The ChartSeriesCustomProperties..::..RangeCandlestickProps type exposes the following members.

Properties

  Name Description
Public property LabelValueType
Gets or sets the Y value that is used as a data label. Default: Close.
Public property MaxPixelPointWidth
Gets or sets the maximum width (in pixels) of data points. Default: 0.
(Inherited from ChartSeriesCustomProperties..::..RangePropsBase.)
Public property MinPixelPointWidth
Gets or sets the minimum width (in pixels) of data points. Default: 0.
(Inherited from ChartSeriesCustomProperties..::..RangePropsBase.)
Public property Owner
Gets ChartSeriesCustomProperties owning this object.
(Inherited from ChartSeriesCustomProperties..::..PropsBase.)
Public property PixelPointWidth
Gets or sets the width (in pixels) of data points. Default: 0.
(Inherited from ChartSeriesCustomProperties..::..RangePropsBase.)
Public property PointWidth
Gets or sets the relative width of data points. Default: 0.8.
(Inherited from ChartSeriesCustomProperties..::..RangePropsBase.)
Public property 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).
Public property 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).

See Also