LegendEntryCollection

LegendEntryCollection class

Represents a collection of all the LegendEntry objects in the specified chart legend.

class LegendEntryCollection;

Methods

MethodDescription
get(number)Gets the LegendEntry element at the specified index.
getCount()Gets the number of elements contained in.

get(number)

Gets the LegendEntry element at the specified index.

get(index: number) : LegendEntry;

Parameters:

ParameterTypeDescription
indexnumberThe zero based index of the element.

Returns

The element at the specified index.

getCount()

Gets the number of elements contained in.

getCount() : number;