Hi All,
I'm doing an application that has a lot of data in memory and that that can have several graphs plotting the same data but in different ways. That means that the SAME data is a lot of time duplicaated in memory...I would like to have a way to avoid that as the data is already loaded in memory in my own structure.
Is it possible to have TChart drawing data that it's already in memory stored in my own structure instead of having to add the same data to each TChart?
I assume that it will be a little slower but I think that I can live with that.
Thanks
PD: I'm using TChart 8.0
Serie that draws data that is stored externally
Re: Serie that draws data that is stored externally
Hi webadm,
Isn't it the same asked here?
Another option, if you don't care too much about the speed, would be clearing the series every time they are hidden and reload the data every time they are shown. I mean, you could maintain the data loaded only to the series visible.
On the other hand, note that this request would be interesting for you too: TV52014796
Isn't it the same asked here?
Another option, if you don't care too much about the speed, would be clearing the series every time they are hidden and reload the data every time they are shown. I mean, you could maintain the data loaded only to the series visible.
On the other hand, note that this request would be interesting for you too: TV52014796
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |