Interface IPointPolar
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
IPointPolar interface.
public interface IPointPolar : IPointRound
Properties
Amplitude
Amplitude.
double Amplitude { get; set; }
Property Value
Angle
Angle (degrees).
double Angle { get; set; }