LegendEntryCollection.GetEntryByIndex(Int32) Method
Gets an entry by its index in the collection.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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