Search
PointSeries.getValue Method
See Also
 






Implements Series.getValue. Returns the data item at the specified location in the PointSeries.

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.

dimension

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

 Return Value

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

 See Also