I want to use Pointer in FastLine series, but i don't find this property in it. I only see it on Line series, but i don't want Line series, because my data is very large about 1 million point. Teechart re-draw very slow with this data when i resize or repaint it. So i want to use FastLine to improve it.
You has other way to improve performance, hasn't you? Please help me.
How to use Pointer in FastLine series?
-
- Newbie
- Posts: 23
- Joined: Fri Feb 23, 2007 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Tuan Nguyen,
FastLine series don't support Pointers. If you want to use them you'll have to use Line series. At this article you'll find some hints on how to improve TeeChart's performance. Even it's a Delphi written article the same applies to TeeChart Pro ActiveX.
FastLine series don't support Pointers. If you want to use them you'll have to use Line series. At this article you'll find some hints on how to improve TeeChart's performance. Even it's a Delphi written article the same applies to TeeChart Pro ActiveX.
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 |
-
- Newbie
- Posts: 23
- Joined: Fri Feb 23, 2007 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Tuan,
It's true that it uses FastLine series as it is the fastest performance series we have. However, some of the hints given in that article are transparent to the series you use or common to all series styles. So I'd recommend you to try to apply them to your application and check if improves its performance.
Thanks in advance.
It's true that it uses FastLine series as it is the fastest performance series we have. However, some of the hints given in that article are transparent to the series you use or common to all series styles. So I'd recommend you to try to apply them to your application and check if improves 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 |
Instructions - How to post in this forum |