Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the |
Method Summary | ||
---|---|---|
method | add(type, dataRange, isVertical, locationRange) | |
Adds an |
||
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | clear() | → inherited from CollectionBase |
method | clearSparklineGroups(cellArea) | |
Clears the sparkline groups that overlaps an area of cells. | ||
method | clearSparklines(cellArea) | |
Clears the sparklines that is inside an area of cells. | ||
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : SparklineGroup | |
SparklineGroup get(index) |
index
- The zero based index of the element.Method Detail |
---|
add | |
int add(type, dataRange, isVertical, locationRange) |
type: int
- A 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: CellArea
- Specifies where the sparklines to be placed.clearSparklines | |
clearSparklines(cellArea) |
cellArea: CellArea
- Specifies the area of cellsclearSparklineGroups | |
clearSparklineGroups(cellArea) |
cellArea: CellArea
- Specifies the area of cellsclear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |