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.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic interface IPointUnitCircle : IPointRound
Public Interface IPointUnitCircle
Inherits IPointRound
public interface class IPointUnitCircle : IPointRound
The IPointUnitCircle type exposes the following members.
Properties|
| Name | Description |
|---|
 | X |
X direction coordinate
|
 | Y |
Y direction coordinate
|
Top
See Also