Visual Basic (Declaration) | |
---|---|
Public Enum CompareMethod Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum CompareMethod : Enum |
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 |
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.CompareMethod
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