Search
StockPrice Constructor
See Also
 






Initializes a new instance of the StockPrice class with the specified open, close, low and high values.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public StockPrice (
    double open,
    double close,
    double low,
    double high
)

 Parameters

open

The open value.

close

The close value.

low

The low value.

high

The high value.

 See Also