PointPolar Class |
Namespace: Arction.WinForms.Charting
The PointPolar type exposes the following members.
| Name | Description | |
|---|---|---|
| PointPolar |
Constructor. Initializes Angle and Amplitude to zeroes.
| |
| PointPolar(IChartNode) |
Constructor for PointPolar.
| |
| PointPolar(Double, Double, IChartNode) |
Constructor
|
| Name | Description | |
|---|---|---|
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetValues |
Set all values.
(Overrides PointRoundSetValues(Double, Double).) | |
| ToString |
Value to string converter. Uses default double.ToString() formatting
for both values.
(Overrides PointRoundToString.) | |
| ToString(String) |
Value to string converter. Uses given formatting
for both values.
|