set_vertical_axis_max_value method
set_vertical_axis_max_value(self, type, value)
Sets the custom maximum value for the sparkline vertical axis with the specified axis value type.
def set_vertical_axis_max_value(self, type, value):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.cells.charts.SparklineAxisMinMaxType | Type that specifies how the axis maximum value is applied. |
| value | float | Custom maximum value of the vertical axis. Ignored if type is not SparklineAxisMinMaxType.CUSTOM |
See Also
- module
aspose.cells.charts - class
SparklineGroup