Page 1 of 1

SOLVED - Need to stop updating of TCHart

Posted: Mon May 05, 2008 5:29 pm
by 10546441
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]

Posted: Tue May 06, 2008 8:01 am
by yeray
Hi ChZiegelt,

The property you are looking for may be this one:

Code: Select all

Chart1.AutoRepaint := false;

Posted: Tue May 06, 2008 2:37 pm
by 10546441
Thank you - exactly what I was looking for !