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

LegendEntry.Index Property

Gets the index of the legend entry.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

int Index { get; }

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