Implements Series.isSorted. XmlSeries always returns false.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public boolean isSorted ( |
true if the values are sorted in specified dimension, or false otherwise.
RemarksThe dimensions are three - X, Y and Z. The XmlSeries uses data from all of them.
See Also