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