Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 2390 - Implement LoadChartFromXMLFile
Summary: Implement LoadChartFromXMLFile
Status: RESOLVED FIXED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Export (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-04 10:13 EST by yeray alonso
Modified: 2021-04-06 06:24 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2020-12-04 10:13:36 EST
You can export your chart and data to xml:

uses TeeStore;
SaveChartToXMLFile(Chart1, 'C:\tmp\test.xml');

But you can only import your data from an xml file, not the chart properties.