MindFusion.Charting for JavaScript Programmer's Guide
PointSeries3D.isSorted Method
See Also
 






Implements Series.IsSorted. PointSeries3D always returns false.

Namespace: MindFusion.Charting
File: PointSeries3D.js

 Syntax

JavaScript  Copy Code

function isSorted (dimension)

 Parameters

dimension

Type: Number
An integer value identifying the dimension.

 Return Value

Type: Boolean
true if the values are sorted in specified dimension, or false otherwise.

 See Also

PointSeries3D Members
PointSeries3D Class
MindFusion.Charting Namespace