x property

x property

Specifies the x location (left) of the chart element as a fraction of the width of the chart. Read/write float.

Definition:

@property
def x(self):
    ...

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

See Also