Hi,
we got charts with much series. When we scroll or zoom the chart everything is very slow. I tried to use another canvas like GDI and GDI+. It can't be the machine. I try it on a new notebook that's less then four months old (2.6GHz Core 2 Duo, 4GB Ram, ATI Radeon 3650 512MB). This doesn't help. Do you know any tricks to get better performance with a lot of series/data?
TeeChart 7.08 on BDS2006 (Delphi)
I've attached a tee file with much series and data. It looks very overloaded but that's correct (it's a non filtered selection of data).
Performance problems with much series
Performance problems with much series
- Attachments
-
- performance.zip
- TeeChart file with lots of series and data
- (177.86 KiB) Downloaded 247 times
Last edited by CTgmbh on Tue Jul 21, 2009 2:19 pm, edited 2 times in total.
Re: Performance problems with much series
Hi Tom
It would be more helpful a tee file saved as text to allow us to see how was it exactly set:
On the other hand, could you please tell us what exactly TeeChart version are you using?
Anyway, please, take a look at the Real-time Charting article. There are some tips you could use to improve your chart performance.
It would be more helpful a tee file saved as text to allow us to see how was it exactly set:
Code: Select all
SaveChartToFile(Chart1,'c:\tmp\performance.tee',True);
Anyway, please, take a look at the Real-time Charting article. There are some tips you could use to improve your chart performance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Performance problems with much series
DoneYeray wrote:It would be more helpful a tee file saved as text
I wrote that It's TeeChart 7.08 on BDS2006 (Delphi)Yeray wrote:On the other hand, could you please tell us what exactly TeeChart version are you using?
I will do that.Yeray wrote:Anyway, please, take a look at the Real-time Charting article. There are some tips you could use to improve your chart performance.
I just took a look at the documentation. I was looking if I can use TFastLineSeries instead of TLineSeries but I can't
Re: Performance problems with much series
Hi CTgmbh,
Thank you.CTgmbh wrote:DoneYeray wrote:It would be more helpful a tee file saved as text
Oups, Excuse me.CTgmbh wrote:I wrote that It's TeeChart 7.08 on BDS2006 (Delphi)Yeray wrote:On the other hand, could you please tell us what exactly TeeChart version are you using?
If you find any problem with it, please, don't hesitate to let us know.CTgmbh wrote:I will do that.Yeray wrote:Anyway, please, take a look at the Real-time Charting article. There are some tips you could use to improve your chart performance.
I'm not sure to understand why you can't use Fast Lines instead of Lines. Your lines don't have pointers visible, your chart isn't in 3D,...CTgmbh wrote:I just took a look at the documentation. I was looking if I can use TFastLineSeries instead of TLineSeries but I can't
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |