[]
        
(Showing Draft Content)

C1.PivotEngine.PivotConditionalFieldStyle

PivotConditionalFieldStyle Class

Conditional style applied to cells depending on their value.

Inheritance
PivotConditionalFieldStyle
Namespace: C1.PivotEngine
Assembly: C1.PivotEngine.dll
Syntax
public class PivotConditionalFieldStyle : PivotFieldStyle

Properties

Name Description
ConditionType

Gets or sets the condition that determines whether this style should be applied.

IsEmpty

Gets a value that indicates whether this style is empty.

Value

Gets or sets the threshold that determines whether this style should be applied.

Methods

Name Description
AppliesTo(double, double, double)

Determines whether this style should be applied to a given value.

Clear()

Clears this style.

LoadAttributes(XmlReader)

Reads the style from an System.Xml.XmlReader.

SaveAttributes(XmlWriter)

Saves the style properties to an System.Xml.XmlWriter.