Dundas Chart for Windows Forms
CompareMethod Enumeration
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : CompareMethod Enumeration


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

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

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

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.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

© 2009 All Rights Reserved.