Implements Series.IsSorted. PointSeries3D always returns false.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public bool IsSorted ( |
Visual Basic
Copy Code
|
|---|
Public Function IsSorted( _ |
An integer value identifying the dimension.
true if the values are sorted in specified dimension, or false otherwise.
See Also