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

SparklineGroup::SetVerticalAxisMinValue(SparklineAxisMinMaxType, double) method

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

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

See Also

SparklineGroup::SetVerticalAxisMinValue(double) 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