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