NumberOfBins Property
The NumberOfBins property returns or sets the number of bins to be used in histogram. Returns a Short.
Syntax
object.NumberOfBins
object.NumberOfBins = NumberOfBins
Parameter | Type | Description |
NumberOfBins | Short | required, number of bins |
Example
This example shows how to set the number of bins for automatic binning.
Histogram1.NumberOfBins = 7
Used by: AutoHistogram object