PolarSeriesPoint Constructor (Double, Double, Single, Color) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PolarSeriesPoint(
double angle,
double amplitude,
float value,
Color color
)
Public Sub New (
angle As Double,
amplitude As Double,
value As Single,
color As Color
)
public:
PolarSeriesPoint(
double angle,
double amplitude,
float value,
Color color
)
Parameters
- angle
- Type: SystemDouble
Angle, in degrees. - amplitude
- Type: SystemDouble
Amplitude. - value
- Type: SystemSingle
Value. - color
- Type: System.Windows.MediaColor
Color of the point.
See Also