Version

NumberOfBins Property

Returns the total number of bins.
Syntax
public Nullable<int> NumberOfBins {get;}
Remarks

Use this property to control the number of bins that should appear, allowing the number of data points per bin to be determined automatically.

NumberOfBins and BinWidth are mutually exclusive.

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