Skip to main content
All docs
V23.2

DataMemberCollection.Remove(DataMember) Method

Removes the specified data member from the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Remove(
    DataMember dataMember
)

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