Search
Series.IsSorted Method
See Also
 






Gets a value indicating whether the series values increase monotonously in specified dimension.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

bool IsSorted (
    int dimension
)

Visual Basic  Copy Code

Function IsSorted( _
    dimension As Integer _
) As Boolean

 Parameters

dimension

An integer value identifying the dimension.

 Return Value

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

 See Also