Search
StockPriceSeries.isSorted Method
See Also
 






Implements Series.IsSorted. StockPriceSeries always returns false.

Namespace: MindFusion.Charting
File: StockPriceSeries.js

 Syntax

JavaScript  Copy Code

function isSorted (dimension)

 Parameters

dimension

An integer value identifying the dimension.

 Return Value

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

 See Also