ErrorBarsFormat

Overview

ErrorBarsFormat is a class in Aspose.Slides FOSS for Python. Inherits from: IErrorBarsFormat.

Represents error bars of chart series.

Properties

NameTypeAccessDescription
typeErrorBarTypeReadRepresents the error bar style (e.g., standard error, percentage)
value_typeErrorBarValueTypeReadIndicates how the error bar magnitude is calculated
has_end_capboolReadSpecifies whether the error bar ends with a cap
valuefloatReadHolds the numeric magnitude applied to all data points
is_visibleboolReadDetermines if the error bars are drawn
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.