PointDataCollection.Contains(PointData) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
point | Point |
A data point to locate in the collection. |
#Returns
Type | Description |
---|---|
Boolean | true if the point is in the collection; otherwise, false. |
See Also