BinSize Property
The BinSize property returns or sets histogram and rose diagram bin size. In a histogram, this setting only used if automatic binning disabled (AutoBin property). Returns a Double.
Syntax
object.BinSize
object.BinSize = BinSize
Parameter | Type | Description |
BinSize | Double | required, bin size |
Example 1
This example shows how to set the bin size for a histogram.
Histogram1.binSize = 20
Example 2
This example shows how to return the bin size for a rose diagram.
Debug.Print RosePlot.binSize
Used by: AutoHistogram object, AutoRoseDiagram object