Search
Series.getValue Method
See Also
 






Returns the value for the specified data item in this Series.

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

 Syntax

Java  Copy Code

double getValue (
    int index,
    int dimension
)

 Parameters

index

The zero-based index of the data item.

dimension

The zero-based index of the dimension whose coordinate to return.

 Return Value

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

 See Also