Description
Sets or returns the number of bins used in the histogram used to "bin" sample data in graphs. By default, this is set to the special value BDKAutoNumBins.
Syntax
object.HistogramNumBins
Arguments
None.
Return Value
(Integer) – the number of histogram bins, or the special value BDKAutoNumBins.
Example
'Setup multiple independent histograms:
With BDKApp.GraphDefaults
.HistogramMinimum = 0
.HistogramMaximum = 100
.HistogramNumBins = 10
End With