Search
Renderer2D.xSorted Method
See Also
 






Gets a value indicating whether values of specified series increase monotonously in X dimension.

Namespace: MindFusion.Charting
File: Renderer2D.js

 Syntax

JavaScript  Copy Code

function xSorted (seriesIndex)

 Parameters

seriesIndex

An integer index of a Series within the list of series rendered by this Renderer2D.

 Return Value

true if specified series is sorted, or false otherwise.

 See Also