Click or drag to resize

PolarSeriesPoint Constructor (Double, Double, Single)

LightningChart .NET Help
Constructor.

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

Parameters

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