name property
name property
Gets and sets the name of the chart.
Definition:
@property
def name(self):
...
@name.setter
def name(self, value):
...
See Also
- module
aspose.cells.charts
- class
Chart
Gets and sets the name of the chart.
@property
def name(self):
...
@name.setter
def name(self, value):
...
aspose.cells.charts
Chart