FormatConditionValueType enumeration

FormatConditionValueType enumeration

Condition value type.

The FormatConditionValueType type exposes the following members:

Fields

FieldDescription
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.

See Also