Initializes a new instance of the StockPrice class.
Namespace: MindFusion.Charting
File: StockPriceSeries.js
SyntaxJavaScript
Copy Code
|
|---|
function StockPrice (open, close, low, high, [date]) |
The open value.
The close value.
The low value.
The high value.
The corresponding date.
See Also