Skip to main content

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.v14.2.dll

#Declaration

public void AddRange(
    IEnumerable<T> items
)

#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