x property
x property
Gets or gets the horizontal offset from its upper left corner column.
Definition:
@property
def x(self):
...
@x.setter
def x(self, value):
...
See Also
- module
aspose.cells.charts
- class
ChartArea
Gets or gets the horizontal offset from its upper left corner column.
@property
def x(self):
...
@x.setter
def x(self, value):
...
aspose.cells.charts
ChartArea