LegendEntry.Index Property
Gets the index of the legend entry.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | A integer that is the index of the entry. |
Remarks
The index determines the position of the legend entry in the chart legend. To add an entry with the specified index, use the LegendEntryCollection.Add method.
See Also