Excel.ConditionalColorScaleCriteria interface
Represents the criteria of the color scale.
Remarks
Properties
maximum | The maximum point of the color scale criterion. |
midpoint | The midpoint of the color scale criterion, if the color scale is a 3-color scale. |
minimum | The minimum point of the color scale criterion. |
Property Details
maximum
The maximum point of the color scale criterion.
maximum: Excel.ConditionalColorScaleCriterion;
Property Value
Remarks
midpoint
The midpoint of the color scale criterion, if the color scale is a 3-color scale.
midpoint?: Excel.ConditionalColorScaleCriterion;
Property Value
Remarks
minimum
The minimum point of the color scale criterion.
minimum: Excel.ConditionalColorScaleCriterion;