LegendEntryCollection
Contents
[
Hide
]LegendEntryCollection class
Represents a collection of all the LegendEntry objects in the specified chart legend.
class LegendEntryCollection;
Methods
| Method | Description |
|---|---|
| get(number) | Gets the LegendEntry element at the specified index. |
| getCount() | @deprecated. Please use the ‘count’ property instead. Gets the number of elements contained in. |
| isNull() | Checks whether the implementation object is null. |
get(number)
Gets the LegendEntry element at the specified index.
get(index: number) : LegendEntry;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | The zero based index of the element. |
Returns
The element at the specified index.
getCount()
@deprecated. Please use the ‘count’ property instead. Gets the number of elements contained in.
getCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;