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
Parameters
Name | Type | Description |
---|---|---|
item | DataMember | A DataMember object to append to the collection. |
See Also