Search
StockPriceSeries Constructor
See Also
 






Initializes a new instance of the StockPriceSeries class with the specified list of StockPrice instances.

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

 Syntax

Java  Copy Code

public StockPriceSeries (
    List<StockPrice> values
)

 Parameters

values

A list of StockPrice objects.

 See Also