Represents custom attributes of a ChartDataPoint object.

The ChartDataPointCustomProperties..::..RangeStockProps 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 OpenCloseStyle
Gets or sets the marker style when LabelValueType is Open or Close values. Default: Line.
Public property Owner
Gets ChartDataPointCustomProperties owning this object.
(Inherited from ChartDataPointCustomProperties..::..PropsBase.)
Public property ShowOpenClose
Determines if Open and Close markers (lines or triangles) are displayed while LabelValueType is Open or Close. Default: Both.

See Also