SparklineGroup.SetVerticalAxisMinValue

SparklineGroup.SetVerticalAxisMinValue method

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

public void SetVerticalAxisMinValue(SparklineAxisMinMaxType type, double value)
ParameterTypeDescription
typeSparklineAxisMinMaxTypeType that specifies how the axis minimum value is applied.
valueDoubleCustom minimum value of the vertical axis. Ignored if type is not Custom

See Also