Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CompareMethod Enumeration
See Also  
Dundas.Charting.WebControl Namespace : CompareMethod Enumeration


Compare method enumeration

Syntax

Visual Basic (Declaration)  
Public Enum CompareMethod 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As CompareMethod
C#  
public enum CompareMethod : Enum 

Members

Member Description
More One value is more than another
Less One value is less than another
Equal One value is equal another
MoreOrEqual One value is more or equal to another
LessOrEqual One value is less or equal to another
NotEqual One value is not equal to another

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.CompareMethod

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