Skip to main content
All docs
V23.2

DataMemberCollection.Add(DataMember) Method

Appends the specified DataMember object to the end of the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void Add(
    DataMember item
)

Parameters

Name Type Description
item DataMember

A DataMember object to append to the collection.

See Also