Skip to main content

DataPoint.Index Property

Gets the index of the data point in the collection.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int Index { get; }

Property Value

Type Description
Int32

An integer that is the data point index.

Remarks

Use the DataPointCollection.Add method to add a data point to a collection at the specified index.

See Also