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