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 Trendline
Indicates whether this line style is auto assigned.
@property
def is_auto(self):
    ...
@is_auto.setter
def is_auto(self, value):
    ...
aspose.cells.chartsTrendline