AutoBin Property
The AutoBin property returns or sets if a histogram or a rose diagram is using automatic binning (Bins type option). Returns a Boolean.
Syntax
object.AutoBin
object.AutoBin = AutoBin
Parameter | Type | Description |
AutoBin | Boolean | required, true to use automatic binning |
Example 1
This example shows how to use the automatic binning method.
Histogram.AutoBin = True
Example 2
This example shows how to return if the automatic binning method is being used.
Debug.Print Histogram.AutoBin
Used by: AutoHistogram object, AutoRoseDiagram object