PointSmith Class |
Namespace: Arction.WinForms.Charting
The PointSmith type exposes the following members.
| Name | Description | |
|---|---|---|
| PointSmith |
PointSmith default constructor.
Object keeps state information of whether the object is at initial state,
and some properties use this information for special purposes.
| |
| PointSmith(IChartNode) |
PointSmith constructor.
| |
| PointSmith(IPointSmith) |
PointSmith constructor.
| |
| PointSmith(PointSmith) |
PointSmith copy constructor.
| |
| PointSmith(Double, Double, IChartNode) |
PointSmith constructor.
|
| Name | Description | |
|---|---|---|
| ImgValue |
Imaginary component of the smith coordinate.
| |
| RealValue |
Real component of the smith coordinate.
|
| 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.
|