Version

MinimumThreshold Property

Returns a ColorScaleCriterion object which defines the properties of the minimum threshold for this instance.
Syntax
'Declaration
 
Public ReadOnly Property MinimumThreshold As ColorScaleCriterion
public ColorScaleCriterion MinimumThreshold {get;}
Remarks

The minimum threshold defines the criteria for the lowest or minimum value across the associated range.

For a 2-color scale, the MaximumThreshold defines the next "stop"; for a 3-color scale, the MidpointThreshold property defines the next stop.

The following value types are not valid for the minimum threshold, and will cause an exception to be thrown:

  • HighestValue
  • AutomaticMinimum
  • AutomaticMaximum

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