y property
y property
Specifies the top of the chart element as a fraction of the height of the chart. Read/write float.
Definition:
@property
def y(self):
    ...
@y.setter
def y(self, value):
    ...
See Also
- class ILayoutable
- module aspose.slides.charts
- library Aspose.Slides