PointPolar Constructor (Double, Double, IChartNode) |
LightningChart .NET Help
Constructor
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointPolar(
double angle,
double amplitude,
IChartNode owner = null
)
Public Sub New (
angle As Double,
amplitude As Double,
Optional owner As IChartNode = Nothing
)
public:
PointPolar(
double angle,
double amplitude,
IChartNode^ owner = nullptr
)
Parameters
- angle
- Type: SystemDouble
Angle in radians. - amplitude
- Type: SystemDouble
Amplitude. - owner (Optional)
- Type: Arction.Wpf.ChartingIChartNode
Owner object. Defaults to null.
See Also