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

Summary: Implement LoadChartFromXMLFile
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: ExportAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: yeray
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=6&t=10196#p42428
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

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.