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