SeriesPointCollection.Contains(SeriesPoint) Method
Determines whether the collection contains the specified series point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| point | SeriesPoint | A series point to locate in the collection. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the collection contains the specified series point; otherwise, false. |
See Also