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
Java Copy Code |
---|
public boolean isSorted ( |
An integer value identifying the dimension.
true if the values are sorted in the specified dimension; otherwise, false.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |