OhlcSeriesPoint Structure Members
The following tables list the members exposed by OhlcSeriesPoint.
Public Constructors
Name | Description | |
---|---|---|
OhlcSeriesPoint Constructor | Initializes a new instance of the OhlcSeriesPoint struct. |
Public Properties
Name | Description | |
---|---|---|
Close | Gets the close value | |
High | Gets the high value | |
Index | Gets the index of the point in the containing IGenericPointSeries<TY>. | |
Low | Gets the low value | |
Open | Gets the open value | |
X | Gets the X value. |
Extension Methods
Name | Description | |
---|---|---|
DebugFinalizer<T> | Notifies that finalizer has been invoked | |
ToDoubleArray | Overloaded. Converts an System.IComparable array to double array | |
ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. | |
ToStringArray2D<T> |
See Also