Search
Series3D.isSorted Method
See Also
 






Implements Series.isSorted.

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 whose data item to return.

 Return Value

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

 Remarks

Series3D always returns false.

 See Also