Specifies the type of comparison to be used when filtering data using one of the Filter method definitions that has a CompareMethod argument.
Compare method enumeration
Visual Basic (Declaration) | |
---|---|
Public Enum CompareMethod Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum CompareMethod : Enum |
Member | Description |
---|---|
More |
If the data point value is greater than the comparison value then by default the point will be filtered. One value is more than another |
Less |
If the data point value is less than the comparison value then by default the point will be filtered. One value is less than another |
Equal |
If the data point value is equal to the comparison value then by default the point will be filtered. One value is equal another |
MoreOrEqual |
If the data point value is greater than or equal to the comparison value then by default the point will be filtered. One value is more or equal to another |
LessOrEqual |
If the data point value is less than or equal to the comparison value then by default the point will be filtered. One value is less or equal to another |
NotEqual |
If the data point value is not equal to the comparison value then by default the point will be filtered. One value is not equal to another |
The CompareMethod enumeration represents a comparison type for certain filtering operations.
Note that by default if the filtering criteria is met then a data point is either removed or marked as empty. However, points can be filtered if they DO NOT match the filtering criteria by setting the FilterMatchedPoints property to False.
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