Defines a two-color gradient scale with minimum and maximum value thresholds and their associated colors for conditional formatting.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class TwoColorScaleValueContext : ColorScaleValueContextBase
Inheritance: objectRangeValueContextBaseColorScaleValueContextBaseTwoColorScaleValueContext
Inherited Members
Constructors
Initializes a new TwoColorScaleValueContext with specified minimum and maximum values and their associated colors.
C#
public TwoColorScaleValueContext(IRangeValue minimumValue, ThemableColor minimumColor, IRangeValue maximumValue, ThemableColor maximumColor)
The minimum value.
minimumColorThemableColorThe color associated with the minimum value.
maximumValueIRangeValueThe maximum value.
maximumColorThemableColorThe color associated with the maximum value.