LegendEntryCollection.GetEntryByIndex(Int32) Method
In This Article
Gets an entry by its index in the collection.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.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 |
---|---|
Legend |
A Legend |
#Remarks
If the entry with the specified index is not found, the method returns null.
See Also