vertical_axis_max_value property

vertical_axis_max_value property

Gets and sets the custom maximum value for the vertical axis.

Remarks

If this property is set, SparklineGroup.vertical_axis_max_value_type will be SparklineAxisMinMaxType.CUSTOM.

Definition:

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

See Also