Represents custom attributes of a ChartSeries object.

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

Properties

  Name Description
Public property EmptyPointValue
Determines how an empty point is treated when the chart is drawn. If a value of 'Average' is used then the chart is drawn as if a point exists that has an average Y value, the average being calculated using the adjacent points. If 'Zero' is used then the chart is drawn as if a point exists with a value of zero. Default: Average.
Public property LabelStyle
Gets or set the data point labels position. Default: Auto.
Public property Owner
Gets ChartSeriesCustomProperties owning this object.
(Inherited from ChartSeriesCustomProperties..::..PropsBase.)
Public property PixelPointDepth
Gets or sets the 3D series depth, measured in pixels. Default: 0.
(Inherited from ChartSeriesCustomProperties..::..ThreeDPropsBase.)
Public property PixelPointGapDepth
Gets or sets the 3D series gap, measured in pixels. Default: 0.
(Inherited from ChartSeriesCustomProperties..::..ThreeDPropsBase.)

See Also