[]
Specifies the types of condition values that can be used.
public enum ConditionValueTypes
AutomaticMax = 8
Specifies that the longest data bar is proportional to the maximum value in the range.
AutomaticMin = 7
Specifies that the shortest data bar is proportional to the minimum value in the range.
Formula = 5
Specifies a formula is used.
HighestValue = 3
Specifies the highest value from the list of values.
LowestValue = 2
Specifies the lowest value from the list of values.
None = 0
Specifies no conditional value.
Number = 1
Specifies that a number is used.
Percent = 4
Specifies a percentage is used.
Percentile = 6
Specifies a percentile is used.