x_value property

x_value property

Gets or sets the X value of the chart point.

Definition:

@property
def x_value(self):
    ...
@x_value.setter
def x_value(self, value):
    ...

See Also