DataPointCollection.Contains(DataPoint) Method
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 | DataPoint | A DataPoint object to be checked. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the collection contains the specified data point; otherwise, false. |
See Also