Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMaxValue method
Contents
[
Hide
]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
- Class Vector
- Class SparklineGroup
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++
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)
| Parameter | Type | Description |
|---|---|---|
| type | SparklineAxisMinMaxType | Type that specifies how the axis maximum value is applied. |
| value | double | Custom maximum 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++