SOLVED - Need to stop updating of TCHart

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
ChZiegelt
Newbie
Newbie
Posts: 39
Joined: Thu Aug 09, 2007 12:00 am
Contact:

SOLVED - Need to stop updating of TCHart

Post by ChZiegelt » Mon May 05, 2008 5:29 pm

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]
Last edited by ChZiegelt on Tue May 06, 2008 2:38 pm, edited 1 time in total.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Tue May 06, 2008 8:01 am

Hi ChZiegelt,

The property you are looking for may be this one:

Code: Select all

Chart1.AutoRepaint := false;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

ChZiegelt
Newbie
Newbie
Posts: 39
Joined: Thu Aug 09, 2007 12:00 am
Contact:

Post by ChZiegelt » Tue May 06, 2008 2:37 pm

Thank you - exactly what I was looking for !

Post Reply