ErrorBarsFormat class

ErrorBarsFormat class

Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection (in IChartDataPoint.error_bars_custom_values property).

The ErrorBarsFormat type exposes the following members:

Properties

PropertyDescription
typeGets or sets type of error bars.
Read/write ErrorBarType.
value_typeRepresents possible ways to determine the length of the error bars.
In case of custom value type to specify value use IChartDataPoint.error_bars_custom_values property of specific data point in DataPoints collection of series.
In case of Fixed, Percentage or StandardDeviation value type use Value property to specify value.
Read/write ErrorBarValueType.
has_end_capSpecifies an end cap is not drawn on the error bars.
Read/write bool.
valueGets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars.
In any other case will return NaN.
Read/write float.
formatRepresents the format of the error bars.
Read/write IFormat.
chartReturns the parent chart.
Read-only IChart.
is_visibleGets or sets Error Bars visibility .
Read/write bool.
slide
presentation

See Also