Bhushan Report post Posted May 29, 2014 (edited) While exporting multiple charts in IE, i am getting few charts without bars(with x & y axis values) in it & few charts with proper data in it Edited May 29, 2014 by [email protected] Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted May 31, 2014 Hi, Could you please try once exporting the JavaScript variant of charts in IE and see if it resolves your issue? Also, please let me know, how you are exporting the chart in ASP.NET platform. Awaiting your valuable response. Share this post Link to post Share on other sites
Bhushan Report post Posted June 9, 2014 Hi Shashibhushan, I tried using javascript variant but result is same. Please find below steps i followed to export the charts in Asp.Net platform: 1) Loading minimum 12 charts in aspx page in Page_Load() event 2) after loading charts i need to export the same to ppt, so while populating chart i have added exportAction='save' attribute to <chart> tag. Code : xmlData.Append("<chart caption='" + ChartTitle + "' exportFileName='" + SaveFileName + "' chartRightMargin='50' chartTopMargin='50' xAxisName='' showLabels='1' yAxisName='' canvasBorderThickness='1' divLineColor='FFFFFF' divLineThickness='0' divLineAlpha='0' decimalPrecision='2' useRoundEdges='1' legendBorderAlpha='0' "); xmlData.Append(" rotateValues='1' showLegend='1' rotateNames ='0' "); xmlData.Append(" exportEnabled='1' exportAction='save' exportAtClient='0' exportHandler='../Export_Handler/FCExporter.aspx' "); After all charts get downloaded i fetching that image file to export in ppt. I am fetching this issue in IE8,IE9 but same code working fine in Firefox. Our organisation is supposed to purchase a licence version but due to this issue we kept our decision on hold. Please look in to it. Thanks Share this post Link to post Share on other sites
Sanjukta Report post Posted June 12, 2014 Hi Shashibhushan, I tried using javascript variant but result is same. Please find below steps i followed to export the charts in Asp.Net platform: 1) Loading minimum 12 charts in aspx page in Page_Load() event 2) after loading charts i need to export the same to ppt, so while populating chart i have added exportAction='save' attribute to <chart> tag. Code : xmlData.Append("<chart caption='" + ChartTitle + "' exportFileName='" + SaveFileName + "' chartRightMargin='50' chartTopMargin='50' xAxisName='' showLabels='1' yAxisName='' canvasBorderThickness='1' divLineColor='FFFFFF' divLineThickness='0' divLineAlpha='0' decimalPrecision='2' useRoundEdges='1' legendBorderAlpha='0' "); xmlData.Append(" rotateValues='1' showLegend='1' rotateNames ='0' "); xmlData.Append(" exportEnabled='1' exportAction='save' exportAtClient='0' exportHandler='../Export_Handler/FCExporter.aspx' "); After all charts get downloaded i fetching that image file to export in ppt. I am fetching this issue in IE8,IE9 but same code working fine in Firefox. Our organisation is supposed to purchase a licence version but due to this issue we kept our decision on hold. Please look in to it. Thanks Hi, Could you please specify elaborately what issue you are exactly facing while exporting charts in IE 8 and 9? If possible, please send us a sample so that we can test and confirm you on the same. You may mail it to us [email protected]. Hope this helps. Share this post Link to post Share on other sites
Bhushan Report post Posted June 13, 2014 Hi Sanjukta, Mail sent to [email protected] , please check and let us know any code changes Thanks, Bhushan Share this post Link to post Share on other sites