Page 1 of 1

Serie that draws data that is stored externally

Posted: Mon Dec 27, 2010 4:45 pm
by 10552637
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

Re: Serie that draws data that is stored externally

Posted: Thu Dec 30, 2010 9:12 am
by yeray
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