HighLowSeriesPoint Structure |
Namespace: Arction.WinForms.Charting
The HighLowSeriesPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| HighLowSeriesPoint(Double, Double, Double) |
Constructor.
| |
| HighLowSeriesPoint(Double, Double, Double, Color) |
Constructor.
| |
| HighLowSeriesPoint(Double, Double, Double, Object) |
Constructor.
| |
| HighLowSeriesPoint(Double, Double, Double, Object, Color) |
Constructor.
|
| Name | Description | |
|---|---|---|
| PointColor |
Point Color.
|
| 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.) |
| Name | Description | |
|---|---|---|
| Tag |
Tag. Freely assignable object.
| |
| X |
X value.
| |
| YHigh |
Y high value.
| |
| YLow |
Y low value.
|