x_values property

x_values property

Represents the x values of the chart series.

Definition:

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

See Also