ColorScaleFormatCondition Properties
Represents a color scale format condition.
Name | Description |
---|---|
Apply |
Specifies whether to apply conditional formatting to data cells placed at the intersection of specified column and row fields. This is a dependency property.
Inherited from Format |
Column |
Gets or sets a name of the column field to which, on intersection with a row field, a format is applied.
Inherited from Format |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Expression |
Gets or sets the expression used to apply the corresponding conditional formatting rule. This is a dependency property.
Inherited from Format |
Format | Gets or sets the formatting settings applied to cells whose values take part in conditional formatting. This is a dependency property. |
Format |
For internal use. |
Is |
Gets or sets a flag that indicates whether the format rule is enabled. This is a dependency property.
Inherited from Format |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Max |
Specifies the maximum data field value to accept for conditional formatting. This is a dependency property.
Inherited from Indicator |
Measure |
Gets or sets a data field name for whose values conditional formatting is applied.
Inherited from Format |
Min |
Specifies the minimum data field value to accept for conditional formatting. This is a dependency property.
Inherited from Indicator |
Owner |
Gets the format condition’s owner.
Inherited from Format |
Predefined |
Gets or sets the name of the predefined format to be applied to the cells. This is a dependency property.
Inherited from Format |
Row |
Gets or sets a name of the row field, to which intersection with column field a format is applied.
Inherited from Format |
Selective |
Specifies a custom rule for applying conditional formatting. This is a dependency property.
Inherited from Indicator |
Type |
Gets or sets the data type name. This property supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Format |
See Also