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


RotaData

Declaration: TFrmRot3D.RotaData: TDataTable;
The property RotaData contains the dataset which forms the basis of the 3D rotational display. The usage of RotaData is straightforward: you fill RotaData with all the variables you want to provide to the user. The user can then select from these variables in the user interface of the 3D rotation tool. In order pre-select a specific combination of variables you should set the property VarList accordingly.

Hint: As RotaData is a TDataTable it can be filled with the numeric data container DStore simply by cloning it: FrmRot3D.RotaData.Clone (DStore).