I need a possibility to prevent TChart from updating its content.
I have a control which moves over the Chart and brings it to constant flickering. What I would like to have is something in the way of StartUpdate() / stopUpdate() methodes.
Is there any chance to achive this ?[/b]
SOLVED - Need to stop updating of TCHart
SOLVED - Need to stop updating of TCHart
Last edited by ChZiegelt on Tue May 06, 2008 2:38 pm, edited 1 time in total.
Hi ChZiegelt,
The property you are looking for may be this one:
The property you are looking for may be this one:
Code: Select all
Chart1.AutoRepaint := false;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |