Implements Series.isSorted.
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.
RemarksSeries3D always returns false.
See Also