ErrorBarsFormat
Overview
ErrorBarsFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: IErrorBarsFormat.
Represents error bars of chart series.
Properties: as_i_presentation_component, as_i_slide_component, chart, custom_minus_values, custom_plus_values, direction, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | ErrorBarType | Read/Write | Gets or sets the type. |
value_type | ErrorBarValueType | Read/Write | Gets or sets the value type. |
has_end_cap | bool | Read/Write | Gets or sets the has end cap. |
value | float | Read/Write | Gets or sets the value. |
is_visible | bool | Read/Write | Gets or sets the is visible. |
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. |
chart | IChart | Read | Returns the chart. |
as_i_slide_component | ISlideComponent | Read | Allows to get base ISlideComponent interface. |
slide | IBaseSlide | Read | Gets the slide. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
presentation | IPresentation | Read | Gets the presentation. |