FormatConditionValueType

FormatConditionValueType enumeration

Utility class containing constants. Condition value type.

Values

NameDescription
FORMULAThe minimum/ midpoint / maximum value for the gradient is determined by a formula.
MAXIndicates that the maximum value in the range shall be used as the maximum value for the gradient.
MINIndicates that the minimum value in the range shall be used as the minimum value for the gradient.
NUMBERIndicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value.
PERCENTValue indicates a percentage between the minimum and maximum values in the range shall be used as the minimum / midpoint / maximum value for the gradient.
PERCENTILEValue indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient.
AUTOMATIC_MAXIndicates that the Automatic maximum value in the range shall be used as the Automatic maximum value for the gradient.
AUTOMATIC_MINIndicates that the Automatic minimum value in the range shall be used as the Automatic minimum value for the gradient.