ChartErrorBars

Overview

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

Represents error bars attached to a chart series.

This class provides 2 methods for working with ChartErrorBars objects in Python programs. Available methods include: __init__, copy. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: bar_type, direction, line_color, line_width, minus_formula, no_end_cap, and 3 more.

Properties

NameTypeAccessDescription
direction``ReadGets the direction.
bar_type``ReadGets the bar type.
val_type``ReadGets the val type.
no_end_cap``ReadGets the no end cap.
val``ReadGets the val.
plus_formula``ReadGets the plus formula.
minus_formula``ReadGets the minus formula.
line_width``ReadGets the line width.
line_color``ReadGets the line color.

Methods

SignatureDescription
__init__()
copy()Creates a duplicate of the ChartErrorBars instance

See Also