Page 1 of 1

Series that uses external data

Posted: Tue Nov 09, 2010 8:48 am
by 10552637
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

Re: Series that uses external data

Posted: Tue Nov 09, 2010 8:53 am
by narcis
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!