FormatConditionValueType Enum
Contents
[
Hide
]FormatConditionValueType Enum
Condition value type.
type FormatConditionValueType int32
Fields
| Field | Description | 
|---|---|
| Formula | The minimum/ midpoint / maximum value for thegradient is determined by a formula. | 
| Max | Indicates that the maximum value in the range shall beused as the maximum value for the gradient. | 
| Min | Indicates that the minimum value in the range shall beused as the minimum value for the gradient. | 
| Number | Indicates that the minimum / midpoint / maximumvalue for the gradient is specified by a constantnumeric value. | 
| Percent | Value indicates a percentage between the minimumand maximum values in the range shall be used as theminimum / midpoint / maximum value for the gradient. | 
| Percentile | Value indicates a percentile ranking in the range shallbe used as the minimum / midpoint / maximum valuefor the gradient. | 
| AutomaticMax | Indicates that the Automatic maximum value in the range shall beused as the Automatic maximum value for the gradient. | 
| AutomaticMin | Indicates that the Automatic minimum value in the range shall beused as the Automatic minimum value for the gradient. |