PolarSeriesPoint Constructor (Double, Double) |
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
)
Public Sub New (
angle As Double,
amplitude As Double
)
public:
PolarSeriesPoint(
double angle,
double amplitude
)
Parameters
- angle
- Type: SystemDouble
Angle, in degrees. - amplitude
- Type: SystemDouble
Amplitude.
See Also