Nevron .NET Vision
Nevron.Chart Namespace / CompareMethod Enumeration


In This Topic
    CompareMethod Enumeration
    In This Topic
    Specifies the type of comparison to be used when filtering data using one of the Filter methods which has a CompareMethod argument.
    Syntax
    'Declaration
     
    
    Public Enum CompareMethod 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CompareMethod
    public enum CompareMethod : System.Enum 
    Members
    MemberDescription
    EqualThe filter will include all values which are equal to the comparison value.
    LessThe filter will include all values which are smaller than the comparison value.
    LessOrEqualThe filter will include all values which are smaller or equal to the comparison value.
    MoreThe filter will include all values which are larger than the comparison value.
    MoreOrEqualThe filter will include all values which are larger or equal to the comparison value.
    NotEqualThe filter will include all values which are not equal to the comparison value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.CompareMethod

    Requirements

    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

    See Also