<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / ConditionType Enumeration

In This Topic
    ConditionType Enumeration
    In This Topic
    Specifies the type of comparison to be used when applying a C1OlapConditionalFieldStyle.
    Syntax
    'Declaration
     
    Public Enum ConditionType 
       Inherits System.Enum
    public enum ConditionType : System.Enum 
    Members
    MemberDescription
    AbsoluteCompare field values to the specified absolute value.
    NotSetDisable conditional formatting for this style.
    PercentageCompare field values to the specified value as a percentage.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Olap.ConditionType

    See Also