TeeChart Fast line series drawing problem.

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Mita
Newbie
Newbie
Posts: 3
Joined: Wed Feb 10, 2010 12:00 am

TeeChart Fast line series drawing problem.

Post by Mita » Tue Oct 09, 2012 12:26 pm

Hi
We have Embarcadero C++ Builder XE on Windows 7.
We are using trial version of TeeChart 2012.
We have application which contains a chart with custom axises and fast line series for every custom axis. In case when We trurn on fast drawing with paint type 'MinMax' and series contains only few points (10 - 40) then series begin to paint incorrect. First of all we lose pick of data changin. This also can be seen on demo for TeeChart9 (DrawAll Style section).
Another problem is with drawing null points when fast drawing is active. When we have about 50000 points in series and fast paint is active with paint type 'MinMax'. Then in one pixel we have about 100 points and this points contains null points, fast series begin paint incorrectly. Some line begin draw to start of series and again to end of series.

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

Re: TeeChart Fast line series drawing problem.

Post by Yeray » Wed Oct 10, 2012 8:30 am

Hi,
Mita wrote:We have application which contains a chart with custom axises and fast line series for every custom axis. In case when We trurn on fast drawing with paint type 'MinMax' and series contains only few points (10 - 40) then series begin to paint incorrect. First of all we lose pick of data changin. This also can be seen on demo for TeeChart9 (DrawAll Style section).
I could reproduce it so I've added it to the wish list to be revised for future releases (TV52016379).
Mita wrote:Another problem is with drawing null points when fast drawing is active. When we have about 50000 points in series and fast paint is active with paint type 'MinMax'. Then in one pixel we have about 100 points and this points contains null points, fast series begin paint incorrectly. Some line begin draw to start of series and again to end of series.
I've also reproduced it so I've added it to the wish list to be revised (TV52016377).
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

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

Re: TeeChart Fast line series drawing problem.

Post by Yeray » Wed Oct 10, 2012 9:40 am

Hi,

This is just to inform we've just fixed the ticked with number TV52016377.
It will be available with the next maintenance release.
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

Mita
Newbie
Newbie
Posts: 3
Joined: Wed Feb 10, 2010 12:00 am

Re: TeeChart Fast line series drawing problem.

Post by Mita » Thu Oct 11, 2012 10:29 am

Hi,
Thanks for your replay.
We have one more problem with FastLine series. In our application we get about 1000 points every 500 miliseconds. We disable all critical section on chart and series and turn off AutoRepaint option as it was shown in demo for TeeChart2012. In case when we have activated a few series (4 - 5) in application. Repainting chart with series take about 80% of processor time. Performance is not so good as we expected :( How can we improve performance of repainting chart with series.

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

Re: TeeChart Fast line series drawing problem.

Post by Narcís » Thu Oct 11, 2012 10:41 am

Hi Mita,

I'd strongly recommend you to do as explained in the Real-time Charting article here.
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

Post Reply