Click or drag to resize

IPointUnitCircle Interface

LightningChart .NET Help
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.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public interface IPointUnitCircle : IPointRound

The IPointUnitCircle type exposes the following members.

Properties
  NameDescription
Public propertyX
X direction coordinate
Public propertyY
Y direction coordinate
Top
See Also