StockSeriesData Structure |
Namespace: Arction.WinForms.Charting
The StockSeriesData type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Check if referenced object is equal to this one.
(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 | |
|---|---|---|
| Close |
Close.
| |
| Date |
X value, date.
| |
| High |
High.
| |
| Low |
Low.
| |
| Open |
Open.
| |
| Tag |
Tag. Freely assignable object.
| |
| Transaction |
Transaction, sum of share prices paid.
| |
| Volume |
Volume, count of shares traded.
|