Skip to main content

PointDataCollection.Contains(PointData) Method

Checks whether the collection contains the specified data point.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

#Declaration

public bool Contains(
    PointData point
)

#Parameters

Name Type Description
point PointData

A data point to locate in the collection.

#Returns

Type Description
Boolean

true if the point is in the collection; otherwise, false.

See Also