values property

values property

Represents the data of the chart series.

Definition:

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

See Also