Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMaxValue method

SparklineGroup::SetVerticalAxisMaxValue(double) method

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

void Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMaxValue(double value)

Remarks

If this property is set, VerticalAxisMaxValueType will be SparklineAxisMinMaxType.Custom.

See Also

SparklineGroup::SetVerticalAxisMaxValue(SparklineAxisMinMaxType, double) method

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

void Aspose::Cells::Charts::SparklineGroup::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 SparklineAxisMinMaxType.Custom

See Also