Search
Renderer2D.domainSorted Method
See Also
 






Indicates whether the data in the domain of the specified Series is sorted.

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

 Syntax

Java  Copy Code

protected boolean domainSorted (
    int seriesIndex
)

 Parameters

seriesIndex

The index of the Series.

 Return Value

true if the data is sorted; otherwise, false.

 See Also