x property

x property

Returns or sets the x coordinate of the upper left corner of plot area bounding box as a fraction of the width of the chart (from 0 to 1). Read/write float.

Definition:

@property
def x(self):
    ...

@x.setter
def x(self, value):
    ...

See Also