IErrorBarsFormat class
Contents
[
Hide
]IErrorBarsFormat class
Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection
(in IChartDataPoint.error_bars_custom_values property).
The IErrorBarsFormat type exposes the following members:
Properties
| Property | Description |
|---|---|
type | Gets or sets type of error bars. Read/write ErrorBarType. |
value_type | Represents 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.Read/write ErrorBarValueType. |
has_end_cap | Specifies an end cap is not drawn on the error bars. Read/write bool. |
value | Gets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars. Read/write float. |
format | Represents the format of the error bars. Read/write IFormat. |
is_visible | Gets or sets Error Bars visibility. Read/write bool. |
chart | |
slide | |
presentation |
See Also
- module
aspose.slides.charts - library
Aspose.Slides