Skip to main content

LegendEntryCollection.GetEntryByIndex(Int32) Method

Gets an entry by its index in the collection.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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