ChartErrorBars
Overview
ChartErrorBars is a class in Aspose.Cells FOSS for Python.
Represents error bars attached to a chart series.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
direction | `` | Read | Gets or sets the error bar direction (e.g., X or Y) |
bar_type | `` | Read | Gets or sets the error bar type (e.g., standard error, percentage) |
val_type | `` | Read | Gets or sets the error bar value type (e.g., fixed, custom) |
no_end_cap | `` | Read | Indicates whether error bars are drawn without end caps |
val | `` | Read | Gets or sets the numeric value for fixed error bars |
plus_formula | `` | Read | Gets or sets the formula for positive error values |
minus_formula | `` | Read | Gets or sets the formula for negative error values |
line_width | `` | Read | Gets or sets the thickness of the error bar line |
line_color | `` | Read | Gets or sets the color of the error bar line |
Methods
| Signature | Description |
|---|---|
__init__() | |
copy() |