Skip to main content
A newer version of this page is available. .

LegendEntryCollection.GetEntryByIndex(Int32) Method

Gets an entry by its index in the collection.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

LegendEntry GetEntryByIndex(
    int index
)

Parameters

Name Type Description
index Int32

The index of a legend entry in a collection.

Returns

Type Description
LegendEntry

A LegendEntry object.

Remarks

If the entry with the specified index is not found, the method returns null.

See Also