Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Compare Method
See Also 
Dundas.Charting.WebControl Namespace > DataPointComparer Class : Compare Method


point1
First data point.
point2
Second data point.
Compares two data points.

Syntax

Visual Basic (Declaration)  
Public Function Compare( _
   ByVal point1 As Object, _
   ByVal point2 As Object _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As DataPointComparer
Dim point1 As Object
Dim point2 As Object
Dim value As Integer
 
value = instance.Compare(point1, point2)
C#  
public int Compare( 
   object point1,
   object point2
)

Parameters

point1
First data point.
point2
Second data point.

Return Value

Zero if equal, less than zero if point1 less than point2, otherwise more than zero.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also