The following tables list the members exposed by TwoColorScaleConditionalFormatRuleProxy.
Name | Description | |
---|---|---|
![]() | TwoColorScaleConditionalFormatRuleProxy Constructor |
Name | Description | |
---|---|---|
![]() | RuleExecution | Get / set at what stage to gather data for conditional formatting. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBaseProxy) |
Name | Description | |
---|---|---|
![]() | BlueSlope | The slope of the gradient line on the blue axis. |
![]() | BlueYIntercept | The Y intercept of the gradient line on the blue axis. |
![]() | GreenSlope | The slope of the gradient line on the green axis. |
![]() | GreenYIntercept | The Y intercept of the gradient line on the green axis. |
![]() | MaximumValue | Gets / sets the value that was calculated or set by the user to be the maximum. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy) |
![]() | MinimumValue | Gets / sets the value that was calculated or set by the user to be the minimum. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy) |
![]() | Parent | Gets / sets the IConditionalFormattingRule which this proxy is associated with. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBaseProxy) |
![]() | PercentData | Gets / sets the TwoInputConditionalFormatRuleProxy.PercentData object that can be used to determine where a value would translate. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy) |
![]() | PercentileData | Gets / sets the TwoInputConditionalFormatRuleProxy.PercentileData object that can be used to determine where a value would translate. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy) |
![]() | RedSlope | The slope of the gradient line on the red axis. |
![]() | RedYIntercept | The Y intercept of the gradient line on the red axis. |
Name | Description | |
---|---|---|
![]() | EvaluateCondition | Overridden. Determines whether the inputted value meets the condition of ConditionalFormattingRuleBase and returns the style that should be applied. |
![]() | GatherData | Overridden. Called at the stage provided by Infragistics.IRule.RuleExecution so that values can be derived for formatting purposes. |
![]() | GenerateLineEquations | Calculates the slopes and intercepts for the color line. |