Skip to main content

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.
See Also