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


VarList

Declaration: TFrmRot3D.VarList: TIntArray;
The property VarList is a one-dimensional integer array containing the three indices which control which variables of the RotaData table are mapped to the 3D rotation plot graphics.

For example, if you have a RotaData table with five variables, you can plot the variables 1, 2 and 4 by setting the VarList to [1,2,4].