Version

Search Results

ColorScaleConditionalFormat Class Events

For a list of all members of this type, see ColorScaleConditionalFormat members. Public Events Name Description PropertyChanged Occurs after a property value has changed (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) Top

ColorScaleConditionalFormat Class Members

Public Properties Public Methods Public Events

ColorScaleType Property

Returns a ColorScaleType value which identifies this instance as a 2-color or 3-color scale. Syntax Remarks A ColorScaleConditionalFormat instance which is created with the TwoColor value does not support the MidpointThreshold; attempting to set a property on the object retuned from the MidpointThreshold property ...

MaximumThreshold Property

Returns a ColorScaleCriterion object which defines the properties of the maximum threshold for this instance. Syntax Remarks The following value types are not valid for the maximum threshold, and will cause an exception to be thrown: LowestValue AutomaticMinimum AutomaticMaximum

MidpointThreshold Property

Returns a ColorScaleCriterion object which defines the properties of the midpoint threshold for this instance. Syntax Remarks The midpoint threshold is only supported for a ColorScaleConditionalFormat instance with a value of ThreeColor specified for the colorScaleType parameter. Attempting to set a property on th...

MinimumThreshold Property

Returns a ColorScaleCriterion object which defines the properties of the minimum threshold for this instance. Syntax Remarks The minimum threshold defines the criteria for the lowest or minimum value across the associated range. For a 2-color scale, the MaximumThreshold defines the next stop; for a 3-color scale, ...

ColorScaleCriterion Class

Defines the criterion for a ColorScaleConditionalFormat threshold. Syntax

ColorScaleCriterionThreshold Enumeration

Constants which identify the threshold of a ColorScaleCriterion. Syntax Members Member Description Maximum Identifies the maximum threshold. Midpoint Identifies the midpoint threshold. Minimum Identifies the minimum threshold.