Page 1 of 1

TeeChart Export Settings

Posted: Thu Aug 27, 2009 7:36 am
by 10549133
Currently, the only way for importing/exporting Datas AND chart settings and series setting is to use the .tee binary format.
It's impossible to have this function in XML. Only data can be import.


Best Regards

Re: TeeChart Export Settings

Posted: Thu Aug 27, 2009 10:06 am
by yeray
Hi ramdevteam,

You can export your chart and data to xml:

Code: Select all

uses teestore;

SaveChartToXMLFile(Chart1, 'C:\tmp\test.xml');
But you can only import your data, not the chart properties, from xml as explained at the Tutorial 15 - XML Export & Import

I've added this to the wish list to be considered for inclusion in future releases (TV52014369).

Re: TeeChart Export Settings

Posted: Thu Dec 03, 2020 4:25 pm
by 16487009
I was looking for the function LoadChartFromXMLFile only to find there isn't one. Despite there being a SaveChartToXMLFile function

I searched the forums and cam across this thread, which dates back to 2009!
But you can only import your data, not the chart properties, from xml as explained at the Tutorial 15 - XML Export & Import

I've added this to the wish list to be considered for inclusion in future releases (TV52014369).
What has happened to this missing function? I could sorely use it

Andrew Bond

Re: TeeChart Export Settings

Posted: Fri Dec 04, 2020 3:14 pm
by yeray
Hello,

I've moved the issue from the old tracker to the current public tracker:
http://bugs.steema.com/show_bug.cgi?id=2390