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

DataPoint.Index Property

Gets the index of the data point in the collection.

Namespace: DevExpress.Spreadsheet.Charts

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

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