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