Skip to main content
All docs
V23.2

DataMemberCollection.Contains(ChartDataMemberType) Method

Determines whether the collection contains a data member of the specified type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Contains(
    ChartDataMemberType dataMemberType
)

Parameters

Name Type Description
dataMemberType ChartDataMemberType

The data member type to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains a data member of the specified type; otherwise, false.

See Also