LegendEntryCollection.Item

LegendEntryCollection indexer

Gets the LegendEntry element at the specified index.

public LegendEntry this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also