PolarSeriesPoint Structure |
Namespace: Arction.Wpf.ChartingMVVM
The PolarSeriesPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| PolarSeriesPoint(Double, Double) |
Constructor.
| |
| PolarSeriesPoint(Double, Double, Object) |
Constructor.
| |
| PolarSeriesPoint(Double, Double, Single) |
Constructor.
| |
| PolarSeriesPoint(Double, Double, Color) |
Constructor.
| |
| PolarSeriesPoint(Double, Double, Object, Color) |
Constructor.
| |
| PolarSeriesPoint(Double, Double, Single, Object) |
Constructor.
| |
| PolarSeriesPoint(Double, Double, Single, Color) |
Constructor.
| |
| PolarSeriesPoint(Double, Double, Single, Object, Color) |
Constructor.
|
| Name | Description | |
|---|---|---|
| Amplitude |
Amplitude.
| |
| Angle |
Angle (degrees).
| |
| PointColor |
Color of the point.
This is used only if the series PointStyles IndividiualPointColor is not set to Off.
| |
| Value |
Value (float).
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string.
(Overrides ValueTypeToString.) |