values property

values property

Represents the Y 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.point_values.

Definition:

@property
def values(self):
    ...
@values.setter
def values(self, value):
    ...

See Also