DataMemberCollection.Remove(ChartDataMemberType) Method
Removes a data member of the specified type from the collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataMemberType | ChartDataMemberType | The type of the data member to remove. |
Returns
Type | Description |
---|---|
Boolean | true if the data member is removed; otherwise, false. |
See Also