Series that uses external data

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
webadm
Newbie
Newbie
Posts: 2
Joined: Wed Feb 25, 2009 12:00 am

Series that uses external data

Post by webadm » Tue Nov 09, 2010 8:48 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Series that uses external data

Post by Narcís » Tue Nov 09, 2010 8:53 am

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!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply