Skip to main content

ColorScaleFormatCondition Members

A Color Scales conditional format.

Constructors

Name Description
ColorScaleFormatCondition() Initializes a new instance of the ColorScaleFormatCondition class with the default settings.

Fields

Name Description
AnimateTransitionProperty static Identifies the IndicatorFormatConditionBase.AnimateTransition dependency property. Inherited from IndicatorFormatConditionBase.
AnimationSettingsProperty static Identifies the IndicatorFormatConditionBase.AnimationSettings dependency property. Inherited from IndicatorFormatConditionBase.
ApplyToRowProperty static Identifies the FormatConditionBase.ApplyToRow dependency property. Inherited from FormatConditionBase.
ExpressionProperty static Identifies the FormatConditionBase.Expression dependency property. Inherited from FormatConditionBase.
FieldNameProperty static Identifies the FormatConditionBase.FieldName dependency property. Inherited from FormatConditionBase.
FixedProperty static Identifies the FormatConditionBase.Fixed dependency property. Inherited from FormatConditionBase.
FormatProperty static Identifies the ColorScaleFormatCondition.Format dependency property.
IsEnabledProperty static Identifies the FormatConditionBase.IsEnabled dependency property. Inherited from FormatConditionBase.
MaxValueProperty static Identifies the IndicatorFormatConditionBase.MaxValue dependency property. Inherited from IndicatorFormatConditionBase.
MinValueProperty static Identifies the IndicatorFormatConditionBase.MinValue dependency property. Inherited from IndicatorFormatConditionBase.
OwnerProperty static Identifies the FormatConditionBase.Owner dependency property. Inherited from FormatConditionBase.
PredefinedFormatNameProperty static Identifies the FormatConditionBase.PredefinedFormatName dependency property. Inherited from FormatConditionBase.
SelectiveExpressionProperty static Identifies the IndicatorFormatConditionBase.SelectiveExpression dependency property. Inherited from IndicatorFormatConditionBase.

Properties

Name Description
AnimateTransition Gets or sets whether the transition between conditional formattings should be animated. This is a dependency property. Inherited from IndicatorFormatConditionBase.
AnimationSettings Gets or sets the transition animation settings applied to the current conditional formatting. This is a dependency property. Inherited from IndicatorFormatConditionBase.
ApplyToRow Specifies whether to apply the conditional format to the entire row. This is a dependency property. Inherited from FormatConditionBase.
Expression Gets or sets the expression used to apply a conditional format. This is a dependency property. Inherited from FormatConditionBase.
FieldName Gets or sets the data source field name of the column to which to apply the conditional format. This is a dependency property. Inherited from FormatConditionBase.
Fixed Gets or sets whether the conditional format is hidden in the all Conditional Formatting dialogs. Inherited from FormatConditionBase.
Format Gets or sets the formatting settings applied to cells (or corresponding rows) whose values take part in conditional formatting. This is a dependency property.
FormatPropertyForBinding For internal use.
IsEnabled Gets or sets whether the conditional format is enabled. Inherited from FormatConditionBase.
MaxValue Specifies the maximum column value to accept for conditional formatting. This is a dependency property. Inherited from IndicatorFormatConditionBase.
MinValue Specifies the minimum column value to accept for conditional formatting. This is a dependency property. Inherited from IndicatorFormatConditionBase.
Owner For internal use. Inherited from FormatConditionBase.
OwnerPredefinedFormatsPropertyName For internal use. Inherited from FormatConditionBase.
PredefinedFormatName Gets or sets the name of the predefined format to be applied to the cells. This is a dependency property. Inherited from FormatConditionBase.
SelectiveExpression Gets or sets an expression that selects data records to which a conditional format is applied. This is a dependency property. Inherited from IndicatorFormatConditionBase.
TypeName For internal use. Inherited from FormatConditionBase.

Methods

Name Description
GetApplyToFieldName() For internal use. Inherited from FormatConditionBase.
OnDeserializeEnd() For internal use. Inherited from FormatConditionBase.
OnDeserializeStart() For internal use. Inherited from FormatConditionBase.
See Also