Implements Series.getValue. Evaluates the function expression for specified index.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public double getValue ( |
An integer value specifying the index of a data item.
An integer value specifying the dimension whose coordinate to return.
A double-precision number representing the value of a data item in the series.
See Also