Table of Contents

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

double

Angle

Angle (degrees).

double Angle { get; set; }

Property Value

double