Click or drag to resize

Sector Constructor (ViewPolar, AxisPolar)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesPolar
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public Sector(
	ViewPolar owner,
	AxisPolar axisPolar
)

Parameters

owner
Type: Arction.Wpf.ChartingMVVM.Views.ViewPolarViewPolar
Parent.
axisPolar
Type: Arction.Wpf.ChartingMVVM.AxesAxisPolar
Polar axis you want to bind.
See Also