Version

FormatConditionValueType Enumeration

Constants which identify the type of value which defines the criteria for a ColorScaleCriterion or IconCriterion.
Syntax
public enum FormatConditionValueType : System.Enum 
Members
MemberDescription
AutomaticMaximumThe longest data bar is proportional to the highest value across the associated range. Applicable only to the IconCriterion class.
AutomaticMinimumThe shortest data bar is proportional to the lowest value across the associated range. Applicable only to the IconCriterion class.
FormulaThe criteria is defined by a formula.
HighestValueThe criteria is defined by the highest value across the associated range.
LowestValueThe criteria is defined by the lowest value across the associated range.
NumberThe criteria is defined by a numeric value.
PercentageThe criteria is defined by a percentage.
PercentileThe criteria is defined by a percentile rating.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also