ColorScaleFormat Members
Contains formatting settings for a Color Scales conditional format.Constructors
| Name | Description |
|---|---|
| ColorScaleFormat() | Initializes a new instance of the ColorScaleFormat class with default settings. |
Fields
| Name | Description |
|---|---|
| ColorMaxProperty static | Identifies the ColorScaleFormat.ColorMax dependency property. |
| ColorMiddleProperty static | Identifies the ColorScaleFormat.ColorMiddle dependency property. |
| ColorMinProperty static | Identifies the ColorScaleFormat.ColorMin dependency property. |
Properties
| Name | Description |
|---|---|
| ColorMax | Specifies the color that corresponds to the maximum value. This is a dependency property. |
| ColorMiddle | Specifies the color that corresponds to the middle value. This is a dependency property. |
| ColorMin | Specifies the color that corresponds to the minimum value. This is a dependency property. |
Methods
| Name | Description |
|---|---|
| CalcColor(FormatValueProvider, Nullable<Decimal>, Nullable<Decimal>, Nullable<Decimal>) | For internal use. |
| CalcColor(FormatValueProvider, Nullable<Decimal>, Nullable<Decimal>) | For internal use. |
| CoerceBackground(Brush, FormatValueProvider, Nullable<Decimal>, Nullable<Decimal>) | For internal use. |
See Also