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

DataPointCollection.IndexOf(DataPoint) Method

Returns the specified point’s position within the collection.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v19.2.dll

Declaration

public int IndexOf(
    DataPoint point
)

Parameters

Name Type Description
point DataPoint

A DataPoint object to locate in the collection.

Returns

Type Description
Int32

A zero-based integer representing the column’s position within the collection. -1 if the column doesn’t belong to the collection.

See Also