Charting for WinForms Programmer's Guide
PointSeries3D.IsSorted Method
See Also
 






Implements Series.IsSorted. PointSeries3D always returns false.

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

PointSeries3D Members
PointSeries3D Class
MindFusion.Charting Namespace