Search
StockPriceSeries.setValues Method
See Also
 






Sets a list of StockPrice instances that provide data for this StockPriceSeries.

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

 Syntax

Java  Copy Code

public void setValues (
    List<StockPrice> value
)

 Parameters

value

A list with StockPrice objects.

 See Also