Constructs a high-low-close chart node beginning with specified start date.
Axisspecifying the parent of this node.
DateTime
which specifies the first date. double[]
which contains the stock's high prices. double[]
which contains the stock's low prices. double[]
which contains the stock's closing prices. The high, low and close are used to specify the respective attributes. That is, "high", "low" and "close".
HighLowClose Class | Imsl.Chart2D Namespace | HighLowClose Constructor Overload List