Search
Series.isSorted Method
See Also
 






Gets a value indicating whether the Series values increase monotonously in the specified dimension.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

boolean isSorted (
    int dimension
)

 Parameters

dimension

The zero-based index of the dimension.

 Return Value

true if the values are sorted in the specified dimension; otherwise, false.

 See Also