Search
DataBoundSeries.getValue Method
See Also
 






Implements Series.getValue. Returns the value for the specified data item in the data source.

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 the data item.

dimension

An integer value specifying the dimension whose coordinate to return.

 Return Value

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

 See Also