Search
StockPriceSeries.getValue Method
See Also
 






Implements Series.getValue. Returns the value of the specified data item in this StockPriceSeries.

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

 Syntax

Java  Copy Code

public double getValue (
    int index,
    int dimension
)

 Parameters

index
The zero-based index of the data item in the StockPriceSeries.
dimension
The zero-based index of the dimension whose data item to return.

 Return Value

A double-precision number representing the value of the data item in the StockPriceSeries.

 See Also