User (Legacy) Posted February 10, 2003 Report Share Posted February 10, 2003 Hi I am needing some help to set the background of a chart to be an image Nothing happens, the bkRGB is not set so I get a grey background. I am not sure why this does not work , can someone shed some light on the subject? Thanks Chris ps Im using ChartFX internet here is the code im having trouble with ------------------- oChart.RGB2DBk = CHART_TRANSPARENT Dim strPhysicalPath strPhysicalPath = Server.MapPath("logo.gif") Dim imageBackground Set imageBackground = oChart.LoadPicture(strPhysicalPath) Set oChart.BkPicture = imageBackground ----------------------- Link to comment Share on other sites More sharing options...
Software FX Posted February 11, 2003 Report Share Posted February 11, 2003 This code works fine in my computer, given that the GIF file is a valid GIF file and located in the same folder as the ASP. Can you please attach the .GIF file, maybe it is of a format we can't understand. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.