Class TwoColorScaleValueContext
Represents a value context for color scale with two fixed colors.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class TwoColorScaleValueContext : ColorScaleValueContextBase
Constructors
TwoColorScaleValueContext()
Initializes an instance of Two
Declaration
[Obsolete("Use the constructor with parameters instead.")]
public TwoColorScaleValueContext()
TwoColorScaleValueContext(IRangeValue, ThemableColor, IRangeValue, ThemableColor)
Initializes an instance of Two
Declaration
public TwoColorScaleValueContext(IRangeValue minimumValue, ThemableColor minimumColor, IRangeValue maximumValue, ThemableColor maximumColor)
Parameters
IRange The minimum value. |
Themable The color associated with the minimum value. |
IRange The maximum value. |
Themable The color associated with the maximum value. |