Table of Contents

Interface IPointUnitCircle

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Interface for UnitCircle coordinate points. X and Y coordinates have normed values in range [-1,1]. Point (0,0) points is at the center of the circle.

public interface IPointUnitCircle : IPointRound

Properties

X

X direction coordinate

double X { get; set; }

Property Value

double

Y

Y direction coordinate

double Y { get; set; }

Property Value

double