TeeChart Export Settings

Ideas and wishes for TeeChart
Post Reply
ramdevteam
Newbie
Newbie
Posts: 8
Joined: Wed May 28, 2008 12:00 am

TeeChart Export Settings

Post by ramdevteam » Thu Aug 27, 2009 7:36 am

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

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

Re: TeeChart Export Settings

Post by Yeray » Thu Aug 27, 2009 10:06 am

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).
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

Geocentrix
Newbie
Newbie
Posts: 7
Joined: Mon Sep 09, 2019 12:00 am

Re: TeeChart Export Settings

Post by Geocentrix » Thu Dec 03, 2020 4:25 pm

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

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

Re: TeeChart Export Settings

Post by Yeray » Fri Dec 04, 2020 3:14 pm

Hello,

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,
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