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





Implements Series.IsSorted. PointSeries always returns false.

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

public bool IsSorted (
    int dimension
)

Visual Basic  Copy Code

Public 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

PointSeries Members
PointSeries Class
MindFusion.Charting Namespace