Gets a value indicating whether the series values increase monotonously in specified dimension.
Namespace: MindFusion.Charting
File: Series.js
SyntaxJavaScript
Copy Code
|
|---|
function isSortedfunction (dimension) |
Type: Number
An integer value identifying the dimension.
Type: Boolean
true if the values are sorted in specified dimension, or false otherwise.
See Also