Search
Renderer2D.xSorted Method
See Also
 






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

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

 Syntax

Java  Copy Code

protected boolean xSorted (
    int seriesIndex
)

 Parameters

seriesIndex

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

 Return Value

true if the specified Series is sorted; otherwise false.

 See Also