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
- module
aspose.cells.charts
- class
Series
Represents the x values of the chart series.
@property
def x_values(self):
...
@x_values.setter
def x_values(self, value):
...
aspose.cells.charts
Series