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 ?