Gets a value indicating whether the series values increase monotonously in specified dimension.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
bool IsSorted ( |
Visual Basic
Copy Code
|
|---|
Function IsSorted( _ |
An integer value identifying the dimension.
true if the values are sorted in specified dimension, or false otherwise.
See Also