ASP.NET Pack Programmer's Guide
Series.IsSorted Method
See Also
 





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

Namespace: MindFusion.Charting
Package: 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

Series Members
Series Interface
MindFusion.Charting Namespace