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

SparklineGroup::SetVerticalAxisMaxValue 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