The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Data


Unit:SDL_boxplot
Class: TBoxPlot
Declaration: Data: TDataTable;

The public field Data contains the data used to create the boxplot. Each box is drawn according to the data of a particular column of the Data field (i.e. the number of columns of the Data table determine the number of boxes).

Please note that each column may contain a different number of values, even though the matrix of the Data field is rectangular. You can exclude a particular cell of the array from the calculation of the boxplot parameters by setting its state to csNAN, or to csUndefined.

Hint: In the Light Edition the number of cells is restricted to 2000 (Data.NrOfColumns times Data.NrOfRows).



Last Update: 2023-Dec-13