Skip to main content

DataPointCollection.Contains(DataPoint) Method

Determines whether the collection contains the specified item.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Contains(
    DataPoint dataPoint
)

Parameters

Name Type Description
dataPoint DataPoint

A DataPoint object to locate in the collection.

Returns

Type Description
Boolean

true, if the collection contains the specified item; otherwise, false.

See Also