SparklineGroupCollection
Source: aspose.
Encapsulates a collection of SparklineGroup objects.
Methods
add(type, dataRange, isVertical, locationRange) → Number
Adds an SparklineGroup item to the collection.
Parameters
| Name | Type | Optional | Description |
|---|---|---|---|
|
type |
Number |
|
SparklineType |
|
dataRange |
String |
|
Specifies the data range of the sparkline group. |
|
isVertical |
boolean |
|
Specifies whether to plot the sparklines from the data range by row or by column. |
|
locationRange |
|
Specifies where the sparklines to be placed. |
- Returns
-
NumberSparklineGroup object index.
add()
Reserved for internal use.
clear()
clearSparklineGroups(cellArea)
Clears the sparkline groups that overlaps an area of cells.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
cellArea |
|
Specifies the area of cells |
clearSparklines(cellArea)
Clears the sparklines that is inside an area of cells.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
cellArea |
|
Specifies the area of cells |
contains()
Reserved for internal use.
get(index) → SparklineGroup
Gets the SparklineGroup element at the specified index.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
index |
Number |
|
The zero based index of the element. |
- Returns
-
SparklineGroupThe element at the specified index.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.