'Declaration Public Enum CompareMethod Inherits System.Enum
'Usage Dim instance As CompareMethod
public enum CompareMethod : System.Enum
'Declaration Public Enum CompareMethod Inherits System.Enum
'Usage Dim instance As CompareMethod
public enum CompareMethod : System.Enum
Member | Description |
---|---|
Equal | The filter will include all values which are equal to the comparison value. |
Less | The filter will include all values which are smaller than the comparison value. |
LessOrEqual | The filter will include all values which are smaller or equal to the comparison value. |
More | The filter will include all values which are larger than the comparison value. |
MoreOrEqual | The filter will include all values which are larger or equal to the comparison value. |
NotEqual | The filter will include all values which are not equal to the comparison value. |
System.Object
System.ValueType
System.Enum
Xceed.Chart.Core.CompareMethod
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2