Search
StockPrice Constructor
See Also
 






Initializes a new instance of the StockPrice class.

Namespace: MindFusion.Charting
File: StockPriceSeries.js

 Syntax

JavaScript  Copy Code

function StockPrice (open, close, low, high, [date])

 Parameters

open

The open value.

close

The close value.

low

The low value.

high

The high value.

date
Optional.

The corresponding date.

 See Also