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

NameTypeAccessDescription
typeErrorBarTypeRead/WriteGets or sets the type.
value_typeErrorBarValueTypeRead/WriteGets or sets the value type.
has_end_capboolRead/WriteGets or sets the has end cap.
valuefloatRead/WriteGets or sets the value.
is_visibleboolRead/WriteGets or sets the is visible.
directionstrReadInternal: ‘x’ or ‘y’.
custom_plus_valueslist[float]ReadInternal: custom plus values per data point.
custom_minus_valueslist[float]ReadInternal: custom minus values per data point.
chartIChartReadReturns the chart.
as_i_slide_componentISlideComponentReadAllows to get base ISlideComponent interface.
slideIBaseSlideReadGets the slide.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
presentationIPresentationReadGets the presentation.

See Also