add method
Contents
[
Hide
]add(self, type)
Adds an SparklineGroup with a Sparkline to the collection.
Returns
SparklineGroup object index.
def add(self, type):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.cells.charts.SparklineType | Specifies the type of the Sparkline group. |
add(self, type, data_range, is_vertical, location_range)
Adds an SparklineGroup with Sparkline to the collection.
Returns
SparklineGroup object index.
def add(self, type, data_range, is_vertical, location_range):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.cells.charts.SparklineType | Specifies the type of the Sparkline group. |
| data_range | System.String | Specifies the data range of the sparkline group. |
| is_vertical | bool | Specifies whether to plot the sparklines from the data range by row or by column. |
| location_range | aspose.cells.CellArea | Specifies where the sparklines to be placed. |
See Also
- module
aspose.cells.charts - class
Sparkline - class
SparklineGroup - class
SparklineGroupCollection