FormatConditionRule3ColorScale Properties
Applies a format using a three-color scale to display data distribution and variation.| Name | Description |
|---|---|
| AllowAnimation | Gets or sets whether the format is repainted with an animation effect when a cell value changes. Animation effects are supported for specific format rules, only in Data Grid’s GridView, BandedGridView and AdvBandedGridView. Inherited from FormatConditionRuleBase. |
| AutomaticType | Gets or sets how the range’s maximum and minimum values are calculated when the FormatConditionRuleMinMaxBase.MaximumType and FormatConditionRuleMinMaxBase.MinimumType properties are set to Automatic. Inherited from FormatConditionRuleMinMaxBase. |
| IsValid | Gets whether the current FormatConditionRuleBase object is properly customized. Inherited from FormatConditionRuleBase. |
| Maximum | Gets or sets the maximum of the target value range. Inherited from FormatConditionRuleMinMaxBase. |
| MaximumColor | Gets or sets the color corresponding to the maximum threshold. Inherited from FormatConditionRule2ColorScale. |
| MaximumType | Gets or sets whether the target range’s maximum is automatically calculated or specified manually (as a number or percentage). Inherited from FormatConditionRuleMinMaxBase. |
| Middle | Gets or sets a value that specifies the midpoint of the target value range. |
| MiddleColor | Gets or sets the color corresponding to the midpoint of the target value range. |
| MiddleType | Gets or sets the type of the midpoint of the target range. |
| Minimum | Gets or sets the minimum of the target value range. Inherited from FormatConditionRuleMinMaxBase. |
| MinimumColor | Gets or sets the color corresponding to the minimum threshold. Inherited from FormatConditionRule2ColorScale. |
| MinimumType | Gets or sets whether the target range minimum is automatically calculated or specified manually (as a number or percentage). Inherited from FormatConditionRuleMinMaxBase. |
| PredefinedName | Gets or sets the name of the predefined color scale for the current conditional formatting rule. Inherited from FormatConditionRule2ColorScale. |
See Also