Click or drag to resize

ChildObjectCollectionTToList Method

LightningChart .NET Help
Creates a generic list from this collection.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public List<T> ToList()

Return Value

Type: ListT
A generic list that contains the elements from this collection.
See Also