Skip to main content
All docs
V24.1

DataMemberCollection.Add(DataMember) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.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