Click or drag to resize

PolarSeriesPoint Constructor (Double, Double, Single, Object, Color)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public PolarSeriesPoint(
	double angle,
	double amplitude,
	float value,
	Object tag,
	Color color
)

Parameters

angle
Type: SystemDouble
Angle, in degrees.
amplitude
Type: SystemDouble
Amplitude.
value
Type: SystemSingle
Value.
tag
Type: SystemObject
Tag. Freely assignable object.
color
Type: System.Windows.MediaColor
Color of the point.
See Also