Click or drag to resize

ChildObjectCollectionTApplyDelegate Method

LightningChart .NET Help
Apply delegate

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

Parameters

action
Type: SystemActionIListT

[Missing <param name="action"/> documentation for "M:Arction.Wpf.ChartingMVVM.ChildObjectCollection`1.ApplyDelegate(System.Action{System.Collections.Generic.IList{`0}})"]

See Also