LegendEntryCollection
Contents
[
Hide
]LegendEntryCollection class
Represents a collection of all the LegendEntry objects in the specified chart legend.
Methods
| Name | Description |
|---|---|
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets the LegendEntry element at the specified index. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets the LegendEntry element at the specified index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The zero based index of the element. |
Returns: LegendEntry — LegendEntry The element at the specified index.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.