max_value property

max_value property

Represents the maximum value on the value axis. Read/write float.

Definition:

@property
def max_value(self):
    ...

@max_value.setter
def max_value(self, value):
    ...

See Also