MartinS Report post Posted June 21, 2010 It seems, by default, the chart area is bordered by a shadowed grey edge - when the chart is exported to an image, the border disappears. I tried setting the showBorder to true, but this manages the border of the chart object - is it possible to either include the chart area border when exporting or to switch it on/control it so that it will be present in exported images? Thanks Martin Share this post Link to post Share on other sites
FusionCharts Support Report post Posted June 21, 2010 Hi, The border actually get exported, just that it is not prominent. If you set a borderColor to a contrasting color (say borderColor='ff0000') and showBorder='1' you can get the border in the exported image/pdf. Share this post Link to post Share on other sites
MartinS Report post Posted June 23, 2010 Setting showBorder to 1 sets the chart object border NOT the chart area border, i.e. what shows as the axes for the chart. Share this post Link to post Share on other sites
Sanjukta Report post Posted June 23, 2010 (edited) Hi Martin, Setting showBorder to 1 sets the chart object border NOT the chart area border, i.e. what shows as the axes for the chart. Could you please try using the attribute canvasBorderColor='ff0000' in the <chart> element to get a border around the canvas? Also, you can adjust the thickness and transparency of the canvas border with the attributes canvasBorderThicness and canvasBorderAlpha in the <chart> element. Hope this helps. Edited June 23, 2010 by Guest Share this post Link to post Share on other sites