Serie that draws data that is stored externally
Posted: Mon Dec 27, 2010 4:45 pm
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
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