Click or drag to resize

PointPolar Class

LightningChart .NET Help
Polar point.
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 PointPolar : PointRound, IPointPolar, 
	IPointRound

The PointPolar type exposes the following members.

Constructors
  NameDescription
Public methodPointPolar
Constructor. Initializes Angle and Amplitude to zeroes.
Public methodPointPolar(IChartNode)
Constructor for PointPolar.
Public methodPointPolar(Double, Double, IChartNode)
Constructor
Top
Properties
  NameDescription
Public propertyAmplitude
Amplitude value
Public propertyAngle
Angle value (degrees)
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
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