Dear Sir
How do suspend the TChart when we adding the series and resume the layout after finish adding the series?
Thank & Best regard
Eric
SuspendLayout Tchart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Eric,
To suspend TChart painting you can use:
To resume painting:
To suspend TChart painting you can use:
Code: Select all
tChart1.AutoRepaint = false;
Code: Select all
tChart1.AutoRepaint = true;
tChart1.Refresh();
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |