MindFusion.Java Package Programmer's Guide
Renderer2D.ySorted Method
See Also
 






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

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

protected boolean ySorted (
    int seriesIndex
)

 Parameters

seriesIndex

The zero-based index of the Series within the list of Series rendered by this Renderer2D.

 Return Value

true if specified series is sorted, or false otherwise.

 See Also

Renderer2D Members
Renderer2D Class
com.mindfusion.charting Namespace