Version

MinimumThreshold Property

Returns a ColorScaleCriterion object which defines the properties of the minimum threshold for this instance.
Syntax
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: Android 4.4+, iOS 8+

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

See Also