Search
Series2D.isSorted Method
See Also
 






Implements Series.isSorted. Series2D always returns false.

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

 Syntax

Java  Copy Code

public boolean isSorted (
    int dimension
)

 Parameters

dimension

The zero-based index of the dimension.

 Return Value

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

 See Also