Click or drag to resize

PolarSeriesPoint Constructor (Double, Double, Color)

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,
	Color color
)

Parameters

angle
Type: SystemDouble
Angle, in degrees.
amplitude
Type: SystemDouble
Amplitude.
color
Type: System.DrawingColor
Color of the point.
See Also