DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


HistoBinMode

Declaration: TPlotParams.HistoBinMode: THistoBinMode;

The plot parameter HistoBinMode controls how the histogram is calculated:

hbmFixBinNum the histogram anchor and the bin width are calculated from the specified number of bins (HistoNumBins).
hbmOpti the number of bins is estimated and set automatically
hbmExact the histogram anchor and the bin width are taken from the parameters HistoBinAnchor and HistoBinWidth.