IntensityPoint Structure |
Namespace: Arction.Wpf.Charting
The IntensityPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| IntensityPoint(Double, Double, Double, Color) |
Constructor.
| |
| IntensityPoint(Double, Double, Double, Color, Object) |
Constructor.
|
| Name | Description | |
|---|---|---|
| Equals |
Check if referenced object is equal to this one. Due Color is not same, even if their components are same, one must check each component separately.
(Overrides ValueTypeEquals(Object).) | |
| 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.) |
| Name | Description | |
|---|---|---|
| Color |
Color.
| |
| Tag |
Tag. Freely assignable object.
| |
| Value |
Intensity value.
| |
| X |
X-coordinate.
| |
| Y |
Y-coordinate.
|