ChartDependencyObjectCollection<T>.AddRange(IEnumerable<T>) Method
Adds a collection of objects to the end of the current collection.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| items | IEnumerable<T> | A IEnumerable object which represents the collection of objects to append to the collection. |
Remarks
Objects are appended to the collection in the same order that they have in the added collection.
See Also