Hi Robert,
Instead of using setWallpaper, you may use CDML to add an image anywhere you like in the chart background, and resize it to any size you like. For your case, the code may look like (in C#/Java):
c.addText(0, 0, "<*img=/path/to/background.png,width=" + c.getWidth() + ",height=" + c.getHeight() + "*>").setZOrder(Chart.ChartBackZ);
Hope this can help.
Regards
Peter Kwan |