Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValue method
Contents
[
Hide
]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)
| Parameter | Type | Description |
|---|---|---|
| type | SparklineAxisMinMaxType | Type that specifies how the axis minimum value is applied. |
| value | double | Custom minimum value of the vertical axis. Ignored if type is not SparklineAxisMinMaxType.Custom |
See Also
- Class Vector
- Enum SparklineAxisMinMaxType
- Class SparklineGroup
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++
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
- Class Vector
- Class SparklineGroup
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++