Search
FunctionSeries.getValue Method
See Also
 






Implements Series.getValue. Evaluates the function expression for specified index.

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

 Syntax

Java  Copy Code

public double getValue (
    int index,
    int dimension
)

 Parameters

index

An integer value specifying the index of a data item.

dimension

An integer value specifying the dimension whose coordinate to return.

 Return Value

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

 See Also