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