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 RDKAutoNumBins.
Syntax
object.HistogramNumBins
Arguments
None.
Return Value
(Integer) – the number of histogram bins, or the special value RDKAutoNumBins.
Example
'Setup multiple independent histograms:
With RDKApp.GraphDefaults
.HistogramMinimum = 0
.HistogramMaximum = 100
.HistogramNumBins = 10
End With