DataPointCollection.Contains(DataPoint) Method
In This Article
Returns whether the collection contains the specified data point.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
point | Data |
A Data |
#Returns
Type | Description |
---|---|
Boolean | true, if the collection contains the specified data point; otherwise, false. |
See Also