Search
SimpleSeries.isSorted Method
See Also
 






Implements Series.isSorted. SimpleSeries 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 whose data item must be sorted.

 Return Value

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

 Remarks

The dimensions are three X, Y and Z. The Series3D uses data from all of them.

 See Also