Version

ThreeColorScaleConditionalFormatRuleProxy Class Members

The following tables list the members exposed by ThreeColorScaleConditionalFormatRuleProxy.

Public Constructors
Public Properties
 NameDescription
Public PropertyRuleExecutionGet / set at what stage to gather data for conditional formatting. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBaseProxy)
Protected Properties
 NameDescription
Protected PropertyBlueSlopeThe slope of the gradient line on the blue axis. (Inherited from Infragistics.Controls.Grids.TwoColorScaleConditionalFormatRuleProxy)
Protected PropertyBlueSlope2The slope of the gradient line on the blue axis for the second range from median to the upper bound.  
Protected PropertyBlueYInterceptThe Y intercept of the gradient line on the blue axis. (Inherited from Infragistics.Controls.Grids.TwoColorScaleConditionalFormatRuleProxy)
Protected PropertyBlueYIntercept2The Y intercept of the gradient line on the blue axis for the second range from median to the upper bound.  
Protected PropertyGreenSlopeThe slope of the gradient line on the green axis. (Inherited from Infragistics.Controls.Grids.TwoColorScaleConditionalFormatRuleProxy)
Protected PropertyGreenSlope2The slope of the gradient line on the green axis for the second range from median to the upper bound.  
Protected PropertyGreenYInterceptThe Y intercept of the gradient line on the green axis. (Inherited from Infragistics.Controls.Grids.TwoColorScaleConditionalFormatRuleProxy)
Protected PropertyGreenYIntercept2The Y intercept of the gradient line on the green axis for the second range from median to the upper bound.  
Protected Internal PropertyMaximumValueGets / sets the value that was calculated or set by the user to be the maximum. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy)
Protected Internal PropertyMedianValueGets / sets the value which will be seen as the median point in the range.  
Protected Internal PropertyMinimumValueGets / sets the value that was calculated or set by the user to be the minimum. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy)
Protected Internal PropertyParentGets / sets the IConditionalFormattingRule which this proxy is associated with. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBaseProxy)
Protected PropertyPercentDataGets / sets the TwoInputConditionalFormatRuleProxy.PercentData object that can be used to determine where a value would translate. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy)
Protected PropertyPercentileDataGets / sets the TwoInputConditionalFormatRuleProxy.PercentileData object that can be used to determine where a value would translate. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy)
Protected PropertyRedSlopeThe slope of the gradient line on the red axis. (Inherited from Infragistics.Controls.Grids.TwoColorScaleConditionalFormatRuleProxy)
Protected PropertyRedSlope2The slope of the gradient line on the red axis for the second range from median to the upper bound.  
Protected PropertyRedYInterceptThe Y intercept of the gradient line on the red axis. (Inherited from Infragistics.Controls.Grids.TwoColorScaleConditionalFormatRuleProxy)
Protected PropertyRedYIntercept2The Y intercept of the gradient line on the red axis for the second range from median to the upper bound.  
Protected Methods
 NameDescription
Protected MethodEvaluateConditionOverridden. Determines whether the inputted value meets the condition of ConditionalFormattingRuleBase and returns the style that should be applied.  
Protected MethodGatherDataOverridden. Called at the stage provided by Infragistics.IRule.RuleExecution so that values can be derived for formatting purposes.  
Protected MethodGenerateLineEquationsOverridden. Calculates the slopes and intercepts for the color line.  
See Also