Serie that draws data that is stored externally

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

Serie that draws data that is stored externally

Post by webadm » 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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Serie that draws data that is stored externally

Post by Yeray » Thu Dec 30, 2010 9:12 am

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
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply