is_auto property
is_auto property
Indicates whether this line style is auto assigned.
Definition:
@property
def is_auto(self):
...
@is_auto.setter
def is_auto(self, value):
...
See Also
- module
aspose.cells.charts
- class
ErrorBar
Indicates whether this line style is auto assigned.
@property
def is_auto(self):
...
@is_auto.setter
def is_auto(self, value):
...
aspose.cells.charts
ErrorBar