Search
XmlSeries.getValue Method
See Also
 






Implements Series.getValue. Returns a value for the specified data item in the XML document.

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 in the XmlSeries.
dimension
The zero-based index of the dimension whose data item to return.

 Return Value

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

 Remarks

The dimensions are three - X, Y and Z. The XmlSeries can use data from all of them.

 See Also