Hi.
I'm using an aplication that manages a lot of data that neets to be plot. The data is already in memory in my own structure. I guess that It's possible to tweak TChart in a way that a serie can access to my own structure instead to have to add all the points I want to plot having the data duplicated. Can anyone guide me where I need to start looking at?
Thanks
Series that uses external data
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Series that uses external data
Hi webadm,
TeeChart needs data to be added to the series to be calculated and plotted properly. The quickest way to do so is assigning arrays directly as explained in the Real-time Charting article here.
Hope this helps!
TeeChart needs data to be added to the series to be calculated and plotted properly. The quickest way to do so is assigning arrays directly as explained in the Real-time Charting article here.
Hope this helps!
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 |