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

PointDataCollection.Contains(PointData) Method

Checks whether the collection contains the specified data point.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.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