DataMemberCollection.Contains(ChartDataMemberType) Method
Determines whether the collection contains a data member of the specified type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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