Skip to main content

DataPointCollection.IndexOf(DataPoint) Method

Returns the specified point’s position within the collection.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

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