Page 1 of 1

Chart scrolling very slow after upgrade to TeeChart 2013

Posted: Thu Jan 23, 2014 4:11 pm
by 16568291
I just upgraded an existing (Delphi 2007) application to TeeChart 2013 and noticed two problems:
1. There seems to be a redrawing issue if TGdiPlusCanvas is used (I'll post about that in a different message)
2. After switching to TTeeCanvas3D using this code:

Code: Select all

TheChart.Canvas := TTeeCanvas3D.Create;
The scrolling is very slow.

What is the recommended way to getting the previous drawing method and speed (TeeChart 4.08) back?

I don't really want any new features for this program, just the old functionality with the new component.

Re: Chart scrolling very slow after upgrade to TeeChart 2013

Posted: Fri Jan 24, 2014 2:43 pm
by yeray
Hello,
dummzeuch wrote:1. There seems to be a redrawing issue if TGdiPlusCanvas is used (I'll post about that in a different message)
We'd better continue the discussion about this in the other thread you've opened:
http://www.teechart.net/support/viewtop ... 536#p64536
dummzeuch wrote:2. After switching to TTeeCanvas3D using this code:

Code: Select all

    TheChart.Canvas := TTeeCanvas3D.Create;
The scrolling is very slow.
Difficult to say without more information.
Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.