name property
name property
Returns the name of the trendline.
Definition:
@property
def name(self):
...
@name.setter
def name(self, value):
...
See Also
- module
aspose.cells.charts - class
Trendline
Returns the name of the trendline.
@property
def name(self):
...
@name.setter
def name(self, value):
...
aspose.cells.chartsTrendline