x property
x property
Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area.
Definition:
@property
def x(self):
...
@x.setter
def x(self, value):
...
See Also
- module
aspose.cells.charts
- class
Title
Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area.
@property
def x(self):
...
@x.setter
def x(self, value):
...
aspose.cells.charts
Title