FormatConditionValueType Enum

FormatConditionValueType Enum

Condition value type.


type FormatConditionValueType int32

Fields

FieldDescription
FormulaThe minimum/ midpoint / maximum value for thegradient is determined by a formula.
MaxIndicates that the maximum value in the range shall beused as the maximum value for the gradient.
MinIndicates that the minimum value in the range shall beused as the minimum value for the gradient.
NumberIndicates that the minimum / midpoint / maximumvalue for the gradient is specified by a constantnumeric value.
PercentValue indicates a percentage between the minimumand maximum values in the range shall be used as theminimum / midpoint / maximum value for the gradient.
PercentileValue indicates a percentile ranking in the range shallbe used as the minimum / midpoint / maximum valuefor the gradient.
AutomaticMaxIndicates that the Automatic maximum value in the range shall beused as the Automatic maximum value for the gradient.
AutomaticMinIndicates that the Automatic minimum value in the range shall beused as the Automatic minimum value for the gradient.