BinSize Property (BinOption)
Gets or sets the size of the bin data for the histogram series.
public double BinSize {get; set;}
'Declaration
Public Property BinSize As Double
'Usage
Dim instance As BinOption
Dim value As Double
instance.BinSize = value
value = instance.BinSize