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
- module aspose.cells.charts
- class ChartPoint
Gets or sets the X value of the chart point.
@property
def x_value(self):
    ...
@x_value.setter
def x_value(self, value):
    ...
aspose.cells.chartsChartPoint