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