Search
XmlSeries.isSorted Method
See Also
 






Implements Series.isSorted. XmlSeries always returns false.

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

 Syntax

Java  Copy Code

public boolean isSorted (
    int dimension
)

 Parameters

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

 Return Value

true if the values are sorted in specified dimension, or false otherwise.

 Remarks

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

 See Also