How to save data to an original with multiple columns

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
bamboo
Newbie
Newbie
Posts: 32
Joined: Thu Jul 12, 2007 12:00 am

How to save data to an original with multiple columns

Post by bamboo » Fri Jan 16, 2009 7:34 am

I have a CSV file with multiple columns which I use to construct my graph. I use TSeriesTextSource and use only two columns (x, y) at a time.

After editing the graph I would like to save the new data into the original CSV file replacing the selected columns with the new data and leaving the unused columns intact.

Is there a function I could use or must improvise.

Thanks.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Jan 16, 2009 9:17 am

Hi bamboo,

TeeChart doesn't support this feature. If you use the same file it will be overwritten.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply