Skip to main content
All docs
V23.2

DataMemberCollection.Remove(ChartDataMemberType) Method

Removes a data member of the specified type from the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Remove(
    ChartDataMemberType dataMemberType
)

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