ExcelScript.ConditionalColorScaleCriteria interface
Represents the criteria of the color scale.
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: ConditionalColorScaleCriterion;
Property Value
midpoint
The midpoint of the color scale criterion, if the color scale is a 3-color scale.
midpoint?: ConditionalColorScaleCriterion;
Property Value
minimum
The minimum point of the color scale criterion.
minimum: ConditionalColorScaleCriterion;