Click or drag to resize

PointLineSeriesPolarCollection Constructor (IListPointLineSeriesPolar)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewPolar
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public PointLineSeriesPolarCollection(
	IList<PointLineSeriesPolar> list
)

Parameters

list
Type: System.Collections.GenericIListPointLineSeriesPolar
Items added to list
See Also