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.