Implements Series.isSorted. Gets a value indicating whether the Series values increase monotonously in the specified dimension.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public boolean isSorted ( |
An integer value identifying the dimension.
true if the values are sorted in the specified dimension; otherwise, false.
See Also