narendra Report post Posted June 26, 2010 Hi Fusion Charts Team, Fusion Chart Team provided the following 3 dlls to save the chart image in serverside. AxShockwaveFlashObjects.dll ShockwaveFlashObjects.dll FusionChartsImageSaver.dll By using the above dlls and sample code base which was given by you is working fine for the following charts. 2D Line,2D Area,2D Column and 3D Column but we are not able to save the following charts. 2D SingleY COmbination and Column 3D + Single Line Y combination charts. I am getting exeception message like Length {"Could not find file 'Physicalpathfilename.jpg'.":"Physicalpathfilename.jpg.jpg"} LongBut we are providing the file name to the method which was given by you in sample code base. Dim objChart As New FusionCharts.ServerSideImageHandler(Current.Server.MapPath(strFlashFilePath), 500, 400, strXML, "", Current.Server.MapPath("physicalpath" & strFileName)) Dim objBytes As Byte()objChart.BeginCapture() objBytes = ConvertImageFiletoBytes(Current.Server.MapPath( "physicalpath" & strFileName)) ''System.IO.File.Delete(Current.Server.MapPath("physicalpath" & strFileName))Please help me to save the 2D SingleY COmbination and Column 3D + Single Line Y combination charts. Thanks. Share this post Link to post Share on other sites
shamasis Report post Posted June 29, 2010 We presume you posted this in the wrong forum. Moving this to ASP.NET forum. Share this post Link to post Share on other sites