Version

BinWidth Property

Returns the number of data points in each range, i.e., how many data points exist in each bin.
Syntax
public Nullable<double> BinWidth {get;}
Remarks

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

BinWidth and NumberOfBins 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