Version

Underflow Property

Specifies whether a bin is created for all values below a given threshold.
Syntax
public bool Underflow {get;}
Remarks

Setting this property to true causes a bin to be created for values below a given threshold.

The threshold is determined automatically by default; use the UnderflowThreshold property to specify a threshold value.

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