max_value property

max_value property

Represents the maximum value on the value axis.

Remarks

The maxValue type only can be double or DateTime

Definition:

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

See Also