Skip to main content

SeriesPointCollection.Contains(SeriesPoint) Method

Determines whether the collection contains the specified series point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool Contains(
    SeriesPoint point
)

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