ChartErrorBars

Overview

ChartErrorBars is a class in Aspose.Cells FOSS for Python.

Represents error bars attached to a chart series.

Properties

NameTypeAccessDescription
direction``ReadGets or sets the error bar direction (e.g., X or Y)
bar_type``ReadGets or sets the error bar type (e.g., standard error, percentage)
val_type``ReadGets or sets the error bar value type (e.g., fixed, custom)
no_end_cap``ReadIndicates whether error bars are drawn without end caps
val``ReadGets or sets the numeric value for fixed error bars
plus_formula``ReadGets or sets the formula for positive error values
minus_formula``ReadGets or sets the formula for negative error values
line_width``ReadGets or sets the thickness of the error bar line
line_color``ReadGets or sets the color of the error bar line

Methods

SignatureDescription
__init__()
copy()

See Also