Skip to main content
A newer version of this page is available. .

DataPointCollection.Contains(DataPoint) Method

Returns whether the collection contains the specified data point.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v19.2.dll

Declaration

public bool Contains(
    DataPoint point
)

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