Flickering ColorLine...

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
bingo72
Newbie
Newbie
Posts: 42
Joined: Sun Aug 10, 2003 4:00 am
Location: Austria

Flickering ColorLine...

Post by bingo72 » Wed Nov 29, 2006 7:31 am

Hello!!

When the ColorLine changes its position every after 100msecs. then the line makes a flickering effect. I know the reason (clear and repainting-problem of the line), but is there a possiblity to display the line without flickering when it changes its position??

Bye
Thomas

Pep
Site Admin
Site Admin
Posts: 3278
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Dec 05, 2006 11:33 am

Hi Thomas,

how about using :
ChartTool1.DragRepaint:=True;

This will make to change the colorline position directly where the mouse is over which improves the ficker of the line.

Post Reply