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
TeeChart Export Settings
Re: TeeChart Export Settings
Hi ramdevteam,
You can export your chart and data to 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).
You can export your chart and data to xml:
Code: Select all
uses teestore;
SaveChartToXMLFile(Chart1, 'C:\tmp\test.xml');
I've added this to the wish list to be considered for inclusion in future releases (TV52014369).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 7
- Joined: Mon Sep 09, 2019 12:00 am
Re: TeeChart Export Settings
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!
Andrew Bond
I searched the forums and cam across this thread, which dates back to 2009!
What has happened to this missing function? I could sorely use itBut 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).
Andrew Bond
Re: TeeChart Export Settings
Hello,
I've moved the issue from the old tracker to the current public tracker:
http://bugs.steema.com/show_bug.cgi?id=2390
I've moved the issue from the old tracker to the current public tracker:
http://bugs.steema.com/show_bug.cgi?id=2390
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |