BinWidth Property (Histogram)
Gets or sets a positive decimal number for the range of a bin.
public double BinWidth {get; set;}
'Declaration
Public Property BinWidth As Double
'Usage
Dim instance As Histogram
Dim value As Double
instance.BinWidth = value
value = instance.BinWidth