SeriesPointCollection.Contains(SeriesPoint) Method
Determines whether the collection contains the specified series point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.2.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 |
|
See Also