Click or drag to resize

ChildObjectCollectionTAddRange Method

LightningChart .NET Help
Adds the elements of the specified collection to the end of this collection.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void AddRange(
	IList<T> collection
)

Parameters

collection
Type: System.Collections.GenericIListT
The collection whose elements should be added to the end of this collection.
See Also