y_value property
y_value property
Gets or sets the Y value of the chart point.
Definition:
@property
def y_value(self):
...
@y_value.setter
def y_value(self, value):
...
See Also
- module
aspose.cells.charts
- class
ChartPoint
Gets or sets the Y value of the chart point.
@property
def y_value(self):
...
@y_value.setter
def y_value(self, value):
...
aspose.cells.charts
ChartPoint