Implements Series.isSorted.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public boolean isSorted ( |
The zero-based index of the dimension.
true if the values are sorted in the specified dimension; otherwise, false.
RemarksPointSeries always returns false.
See Also