Hallo,
I have the same problem as reported here:
http://www.teechart.net/support/viewtop ... light=dots
If a dotted series contains a lot of points it is drawn as a continues line.
Is there any workaround for it?
I'm using Delphi7 and TeeChart Pro 7.04
Drawing dots lines with a lot of points
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hello nowy,
No, there's no workaround for that issue that I can think of. The same as in the other thread would apply here.
BTW: Please notice that latest version available at the client area is v7.07.
No, there's no workaround for that issue that I can think of. The same as in the other thread would apply here.
BTW: Please notice that latest version available at the client area is v7.07.
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 |
Hi,
Thank you for your fast answer.
I think a solution could be the following drawing algorithm:
1. draw one point A
2. ignore for drawing all points for them the distance to the point A is less then let say 3 pixels
3. continue drawing with the next point
I think it could also improve the performance if we calculate all visible points in advance then only they will be painted.
Do you think is it possible to include such "auto-reduction" drawing feature in the TeeChart?
Thank you for your fast answer.
I think a solution could be the following drawing algorithm:
1. draw one point A
2. ignore for drawing all points for them the distance to the point A is less then let say 3 pixels
3. continue drawing with the next point
I think it could also improve the performance if we calculate all visible points in advance then only they will be painted.
Do you think is it possible to include such "auto-reduction" drawing feature in the TeeChart?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi nowy,
To achieve that we already have DownSampling function. You'll find an example at the All Features\Welcome!\Functions\Extended\Reducing number of points example in the features demo. You'll find the demo at TeeChart's program group.
To achieve that we already have DownSampling function. You'll find an example at the All Features\Welcome!\Functions\Extended\Reducing number of points example in the features demo. You'll find the demo at TeeChart's program group.
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 |