width property
width property
Gets or sets the horizontal offset from its lower right corner column.
Definition:
@property
def width(self):
...
@width.setter
def width(self, value):
...
See Also
- module
aspose.cells.charts
- class
ChartArea
Gets or sets the horizontal offset from its lower right corner column.
@property
def width(self):
...
@width.setter
def width(self, value):
...
aspose.cells.charts
ChartArea