Represents custom attributes of a ChartSeries object.

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

Properties

  Name Description
Public property MaxPixelPointWidth
Gets or sets the maximum width (in pixels) of data points. Default: 0.
Public property MinPixelPointWidth
Gets or sets the minimum width (in pixels) of data points. Default: 0.
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.
Public property PointWidth
Gets or sets the relative width of data points. Default: 0.8.

See Also