Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValue method

SparklineGroup::SetVerticalAxisMinValue method

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

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

Remarks

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

See Also