Represents custom attributes of a ChartSeries object.
The ChartSeriesCustomProperties..::..RangeBarProps type exposes the following members.
Properties
Name | Description | |
---|---|---|
BarLabelStyle |
Gets or sets the data point label placement.
Default: Center.
|
|
DrawingStyle |
Gets or sets the drawing style of bar or column charts.
Default: Default.
(Inherited from ChartSeriesCustomProperties..::..RangeColumnProps.) |
|
DrawSideBySide |
Determines if data points that have the same X value are drawn side by side,
or are drawn using the same X value.
If Auto then the chart type automatically determines if this is true or false.
Note that setting this attribute to true only has an effect
if two or more series in a chart area have DrawSideBySide set to true.
Default: Auto.
(Inherited from ChartSeriesCustomProperties..::..RangeColumnProps.) |
|
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.
(Inherited from ChartSeriesCustomProperties..::..RangeColumnProps.) |
|
MaxPixelPointWidth |
Gets or sets the maximum width (in pixels) of data points.
Default: 0.
(Inherited from ChartSeriesCustomProperties..::..RangePropsBase.) |
|
MinPixelPointWidth |
Gets or sets the minimum width (in pixels) of data points.
Default: 0.
(Inherited from ChartSeriesCustomProperties..::..RangePropsBase.) |
|
Owner |
Gets ChartSeriesCustomProperties owning this object.
(Inherited from ChartSeriesCustomProperties..::..PropsBase.) |
|
PixelPointWidth |
Gets or sets the width (in pixels) of data points.
Default: 0.
(Inherited from ChartSeriesCustomProperties..::..RangePropsBase.) |
|
PointWidth |
Gets or sets the relative width of data points.
Default: 0.8.
(Inherited from ChartSeriesCustomProperties..::..RangePropsBase.) |