Page 1 of 1

Can Android Teechart import XML exported by Delphi version?

Posted: Thu Jan 26, 2012 8:03 pm
by 10547054
Android Teechart, eval version (for now)

I am trying to use

Code: Select all

   chart.getImport().getTemplate().fromXML(dataDir + "chart1.xml");
where "chart1.xml" was created by Delphi 7 (teechart 8 pro I think).

There are no exceptions (the file is found) but the chart is empty (no display, and series count is zero).

Am I doing something wrong ?

I also tried importing the .tee created by Delphi but that caused a stream corrupted exception.

I seem to recall in the Delphi version I'd need to so a registerSeries but I do not see an equivalent in Android. And I can cleanly create charts using samplevalues in this app, so I don;t think I have any installation issues.

Any ideas ?

Re: Can Android Teechart import XML exported by Delphi version?

Posted: Mon Jan 30, 2012 12:25 pm
by yeray
Hi,

I'm afraid neither the XML or tee/tej files generated when exporting and expected when importing aren't compatible between TeeChart Java and TeeChat VCL.