Last week I purchased the TeeChart ActiveX 8 upgrade and for the most part it works great.
I do, however, have one problem that is killing me. I need to display a large number of lines and point and so are using the Line series to do this. I see a slowdown when I change to the Line series at run-time as discussed in the following support thread:
http://www.teechart.net/support/viewtop ... 621cd1bf5b
As a fix, the FastPoint property was added to the IPointSeries interface and this seems to work fine. But, there is no similar property in the ILineSeries interface and so things are still running very slow here. Can this property be added to the ActiveX control anytime soon?
Your assistance with this issue would be greatly appreciated.
Slowdown issue with Line style when also displaying points
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi wory69,
I have added your reques to the wish-list to be considered for inclusion in future releases. I can't give you an estimate date at the moment.
In the meantime, you could try using a FastLine series for plotting the line and a Points series with the sames values for the pointers.
I have added your reques to the wish-list to be considered for inclusion in future releases. I can't give you an estimate date at the moment.
In the meantime, you could try using a FastLine series for plotting the line and a Points series with the sames values for the pointers.
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 |