Click or drag to resize

PolarSeriesPoint Constructor (Double, Double)

LightningChart .NET Help
Constructor.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PolarSeriesPoint(
	double angle,
	double amplitude
)

Parameters

angle
Type: SystemDouble
Angle, in degrees.
amplitude
Type: SystemDouble
Amplitude.
See Also