DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
ChartBook
Tables
Methods
DetermineMaxColWidth
See also:
ColWidths
Index
Statistical Background
DetermineMaxColWidth
Declaration:
ChartBook.Tables[]
.
DetermineMaxColWidth
(ColNr: longint; IncludeHeader: boolean): integer;
The method
DetermineMaxColWidth
returns the column width in pixels which is required do display all entries in the column
ColNr
without clipping. If the parameter
IncludeHeader
is TRUE the width of the column heading is included in the calculation.