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.
TeeChart Fast line series drawing problem.
Re: TeeChart Fast line series drawing problem.
Hi,
I could reproduce it so I've added it to the wish list to be revised for future releases (TV52016379).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've also reproduced it so I've added it to the wish list to be revised (TV52016377).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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart Fast line series drawing problem.
Hi,
This is just to inform we've just fixed the ticked with number TV52016377.
It will be available with the next maintenance release.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart Fast line series drawing problem.
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.
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.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart Fast line series drawing problem.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |