In This Topic
Gets or sets the size of the bin data for the histogram series.
Syntax
'Declaration
Public Property BinSize As Double
'Usage
Dim instance As BinOption
Dim value As Double
instance.BinSize = value
value = instance.BinSize
public double BinSize {get; set;}
Example
This example sets the bin size.
See Also