reset_ranges method
reset_ranges
Resets the data range and location range of the sparkline group. This method will clear original sparkline items in the group and creates new sparkline items for the new ranges.
def reset_ranges(self, data_range, is_vertical, location_range):
...
Parameter | Type | Description |
---|---|---|
data_range | str | Specifies the new data range of the sparkline group. |
is_vertical | bool | Specifies whether to plot the sparklines from the new data range by row or by column. |
location_range | CellArea | Specifies where the sparklines to be placed. |
See Also
- module
aspose.cells.charts
- class
SparklineGroup