Skip to main content

PointDataCollection.IndexOf(PointData) Method

Returns the specified point’s position within the collection.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public int IndexOf(
    PointData point
)

#Parameters

Name Type Description
point PointData

A data point to locate in the collection.

#Returns

Type Description
Int32

A zero-based integer that is the data point’s position within the collection. -1 if the point does not belong to the collection.

See Also