Click or drag to resize

PointLineSeriesPolar Constructor (ViewPolar, AxisPolar)

LightningChart .NET Help
Constructor.

Namespace:  Arction.WinForms.Charting.SeriesPolar
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointLineSeriesPolar(
	ViewPolar owner,
	AxisPolar axisPolar
)

Parameters

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