Implements Series.IsSorted. Series3D always returns false.
Namespace: MindFusion.Charting
File: Series3D.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