DataMemberCollection.Add(DataMember) Method
Appends the specified DataMember object to the end of the collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | DataMember | A DataMember object to append to the collection. |
See Also