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


ClearAllTextLabels

Declaration: ChartBook.Charts[].ClearAllTextLabels;
Deletes all text labels (i.e. the property Mode is set to tlOff).

Hint: Please note that the call of ClearAllTextLabels marks all associated memory structures as unused. If you want to make all text labels invisible without freeing the memory structures, you should use the method HideAllTextLabels.