ChartSeriesCustomProperties.RangeProps Class Members
In This Topic
The following tables list the members exposed by ChartSeriesCustomProperties.RangeProps.
Public Properties
| Name | Description |
| 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. |
| LabelStyle | Gets or set the data point labels position. Default: Auto. |
| Owner | Gets ChartSeriesCustomProperties owning this object. (Inherited from C1.C1Rdl.Rdl2008.ChartSeriesCustomProperties.PropsBase) |
Top
See Also