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