ErrorBarsFormat
Overview
ErrorBarsFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: IErrorBarsFormat.
Represents error bars of chart series.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | ErrorBarType | Read | Represents the error bar style (e.g., standard error, percentage) |
value_type | ErrorBarValueType | Read | Indicates how the error bar magnitude is calculated |
has_end_cap | bool | Read | Specifies whether the error bar ends with a cap |
value | float | Read | Holds the numeric magnitude applied to all data points |
is_visible | bool | Read | Determines if the error bars are drawn |
direction | str | Read | Internal: ‘x’ or ‘y’. |
custom_plus_values | list[float] | Read | Internal: custom plus values per data point. |
custom_minus_values | list[float] | Read | Internal: custom minus values per data point. |