set_vertical_axis_min_value method

set_vertical_axis_min_value(self, type, value)

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


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

See Also