x_values property

x_values property

Represents the X values of this chart series.

Remarks

Only for Scatter and Bubble chart. Please use SeriesCollection.category_data for other types of charts Series.category_values is used to get the actual category values of this series.

Definition:

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

See Also