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