DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
Data Access and GUI Control
Plots
Class TPlotParams
Properties
HistoBinMode
See also:
ShowHistogram
,
HistoNumBins
,
HistoBinAnchor
,
HistoBinWidth
Index
Statistical Background
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
.