PointUnitCircle Methods |
The PointUnitCircle type exposes the following members.
| 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(PointUnitCircle) |
Set all values, except owner.
| |
| SetValues(Double, Double) |
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.
|