Click or drag to resize

PointUnitCircle Class

LightningChart .NET Help
UnitCircle coordinate point. X and Y coordinates have normed values in range [-1,1]. Point (0,0) points is at the center of the circle.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class PointUnitCircle : PointRound, 
	IPointUnitCircle, IPointRound

The PointUnitCircle type exposes the following members.

Constructors
  NameDescription
Public methodPointUnitCircle(IChartNode)
Constructor for Form designer list editor
Public methodPointUnitCircle(Double, Double, IChartNode)
Constructor
Top
Properties
  NameDescription
Public propertyX
X direction coordinate
Public propertyY
Y direction coordinate
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetValues(PointUnitCircle)
Set all values, except owner.
Public methodSetValues(Double, Double)
Set all values.
(Overrides PointRoundSetValues(Double, Double).)
Public methodToString
Value to string converter. Uses default double.ToString() formatting for both values.
(Overrides PointRoundToString.)
Public methodToString(String)
Value to string converter. Uses given formatting for both values.
Top
See Also