The following tables list the members exposed by ThreeColorScaleConditionalFormatRuleProxy.
Name | Description | |
---|---|---|
ThreeColorScaleConditionalFormatRuleProxy 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. (Inherited from Infragistics.Controls.Grids.TwoColorScaleConditionalFormatRuleProxy) | |
BlueSlope2 | The slope of the gradient line on the blue axis for the second range from median to the upper bound. | |
BlueYIntercept | The Y intercept of the gradient line on the blue axis. (Inherited from Infragistics.Controls.Grids.TwoColorScaleConditionalFormatRuleProxy) | |
BlueYIntercept2 | The Y intercept of the gradient line on the blue axis for the second range from median to the upper bound. | |
GreenSlope | The slope of the gradient line on the green axis. (Inherited from Infragistics.Controls.Grids.TwoColorScaleConditionalFormatRuleProxy) | |
GreenSlope2 | The slope of the gradient line on the green axis for the second range from median to the upper bound. | |
GreenYIntercept | The Y intercept of the gradient line on the green axis. (Inherited from Infragistics.Controls.Grids.TwoColorScaleConditionalFormatRuleProxy) | |
GreenYIntercept2 | The Y intercept of the gradient line on the green axis for the second range from median to the upper bound. | |
MaximumValue | Gets / sets the value that was calculated or set by the user to be the maximum. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy) | |
MedianValue | Gets / sets the value which will be seen as the median point in the range. | |
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. (Inherited from Infragistics.Controls.Grids.TwoColorScaleConditionalFormatRuleProxy) | |
RedSlope2 | The slope of the gradient line on the red axis for the second range from median to the upper bound. | |
RedYIntercept | The Y intercept of the gradient line on the red axis. (Inherited from Infragistics.Controls.Grids.TwoColorScaleConditionalFormatRuleProxy) | |
RedYIntercept2 | The Y intercept of the gradient line on the red axis for the second range from median to the upper bound. |
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 | Overridden. Calculates the slopes and intercepts for the color line. |