| Property Getters/Setters Summary | ||
|---|---|---|
function | getCount() | |
function | get(index) | |
Gets the |
||
| Method Summary | ||
|---|---|---|
function | add(type, dataRange, isVertical, locationRange) | |
Adds an |
||
function | add(value) | |
Reserved for internal use. |
||
function | clear() | |
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) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getCount()
function get(index)
index - The zero based index of the element.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.function clearSparklines(cellArea)
cellArea: CellArea - Specifies the area of cellsfunction clearSparklineGroups(cellArea)
cellArea: CellArea - Specifies the area of cellsfunction clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)