SparklineGroup.SetVerticalAxisMaxValue

SparklineGroup.SetVerticalAxisMaxValue method

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

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

See Also