SparklineCollection
Contents
[
Hide
]SparklineCollection class
Encapsulates a collection of Sparkline objects.
Methods
| Name | Description |
|---|---|
| add(dataRange, row, column) | Add a sparkline. |
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets the Sparkline element at the specified index. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| remove(o) | Removes the sparkline |
| removeAt() | |
| removeSparkline() |
add(dataRange, row, column)
Add a sparkline.
| Parameter | Type | Description |
|---|---|---|
| dataRange | String | Specifies the new data range of the sparkline. |
| row | Number | The row index of the location. |
| column | Number | The column index of the location. |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets the Sparkline element at the specified index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The zero based index of the element. |
Returns: Sparkline — Sparkline The element at the specified index.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.
iterator()
remove(o)
Removes the sparkline
| Parameter | Type | Description |
|---|---|---|
| o | Object |