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
'Declaration
 
Public Enum ColorScaleType 
   Inherits System.Enum
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also