x_values property
x_values property
Represents the X values of this chart series.
Remarks
To get the actual values(corresponding to every point of this series) defined
by this property, please use Series.category_values.
Definition:
@property
def x_values(self):
...
@x_values.setter
def x_values(self, value):
...
See Also
- module
aspose.cells.charts - class
Series