Can Android Teechart import XML exported by Delphi version?
Posted: Thu Jan 26, 2012 8:03 pm
Android Teechart, eval version (for now)
I am trying to use
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 ?
I am trying to use
Code: Select all
chart.getImport().getTemplate().fromXML(dataDir + "chart1.xml");
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 ?