PolarSeriesPoint Constructor (Double, Double, Single) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PolarSeriesPoint(
double angle,
double amplitude,
float value
)
Public Sub New (
angle As Double,
amplitude As Double,
value As Single
)
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