set_vertical_axis_max_value method

set_vertical_axis_max_value(self, type, value)

Sets the custom maximum value for the sparkline vertical axis with the specified axis value type.


def set_vertical_axis_max_value(self, type, value):
    ...
ParameterTypeDescription
typeaspose.cells.charts.SparklineAxisMinMaxTypeType that specifies how the axis maximum value is applied.
valuefloatCustom maximum value of the vertical axis.
Ignored if type is not SparklineAxisMinMaxType.CUSTOM

See Also