Implements Series.IsSorted. Series2D always returns false.
Namespace: MindFusion.Charting
File: Series2D.js
SyntaxJavaScript
Copy Code
|
|---|
function isSorted (dimension) |
An integer value identifying the dimension.
true if the values are sorted in specified dimension, or false otherwise.
See Also