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