chart.onAfterDraw after Panning lags.

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Kamil
Newbie
Newbie
Posts: 7
Joined: Tue Mar 30, 2004 5:00 am
Location: Bratislava

chart.onAfterDraw after Panning lags.

Post by Kamil » Thu Jan 19, 2006 11:21 am

Hello,

I need to allow panning huge amount of data in series,
and so TChart is running slowly.. It would be ok, but
I also need to catch a moment, when panning is done, and
that time onAfterDraw event is not consistent which final state of
Chart.. This causes inactual behaviour of procedures in onAfterDraw event.

Thanks for any suggestions.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jan 19, 2006 3:27 pm

Hi Kamil,

Have you tried using TChart's OnScroll event for that?

Regarding your series performance, could you please let us know some more details about your chart so that we can help you improving its performance?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Kamil
Newbie
Newbie
Posts: 7
Joined: Tue Mar 30, 2004 5:00 am
Location: Bratislava

Post by Kamil » Fri Jan 20, 2006 10:41 am

Thanks for reply, it 's working.. :) I also added OnZoom and OnUndoZoom to catch other moments when x-axis is changing..

Speed of series is good enough, i use FastLineSeries, x-is dateTime,y-real value.

Best regards,

Kamil

Post Reply