Enum FormatConditionValueType

FormatConditionValueType enumeration

Condition value type.

public enum FormatConditionValueType

Values

NameValueDescription
Formula0The minimum/ midpoint / maximum value for the gradient is determined by a formula.
Max1Indicates that the maximum value in the range shall be used as the maximum value for the gradient.
Min2Indicates that the minimum value in the range shall be used as the minimum value for the gradient.
Number3Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value.
Percent4Value indicates a percentage between the minimum and maximum values in the range shall be used as the minimum / midpoint / maximum value for the gradient.
Percentile5Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient.
AutomaticMax6Indicates that the Automatic maximum value in the range shall be used as the Automatic maximum value for the gradient.
AutomaticMin7Indicates that the Automatic minimum value in the range shall be used as the Automatic minimum value for the gradient.

See Also