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