Class ThreeColorScaleValueContext
Represents a value context for color scale with three fixed colors.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ThreeColorScaleValueContext : ColorScaleValueContextBase
Constructors
ThreeColorScaleValueContext()
Initializes an instance of Three
Declaration
[Obsolete("Use the constructor with parameters instead.")]
public ThreeColorScaleValueContext()
ThreeColorScaleValueContext(IRangeValue, ThemableColor, IRangeValue, ThemableColor, IRangeValue, ThemableColor)
Initializes an instance of Three
Declaration
public ThreeColorScaleValueContext(IRangeValue minimumValue, ThemableColor minimumColor, IRangeValue midpointValue, ThemableColor midpointColor, IRangeValue maximumValue, ThemableColor maximumColor)
Parameters
IRange The minimum value. |
Themable The color associated with the minimum value. |
IRange The midpoint value. |
Themable The color associated with the midpoint value. |
IRange The maximum value. |
Themable The color associated with the maximum value. |
Properties
MidpointColor
Gets or sets the color associated with the midpoint value.
Declaration
public ThemableColor MidpointColor { get; set; }
Property Value
MidpointValue
Gets or sets the midpoint value.
Declaration
public IRangeValue MidpointValue { get; set; }