Version

ColorScaleType Enumeration

Constants which identify whether a ColorScaleConditionalFormat supports two or three thresholds. Used to differentiate between a 2-color and 3-color scale.
Syntax
public enum ColorScaleType : System.Enum 
Members
MemberDescription
ThreeColorIn addition to the the minimum and maximum thresholds, the color scale also supports a midpoint threshold.
TwoColorThe color scale supports only the minimum and maximum thresholds.
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