Version

Overflow Property

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

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

The threshold is determined automatically by default; use the OverflowThreshold 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