User (Legacy) Posted August 20, 2005 Report Share Posted August 20, 2005 It's getting late, it has been a long day, but I just can't get this property to work on my pie chart. Pie chart works fine without this line, have tried moving it before and after other lines of code but doesn't make any difference. Here is my code: Set chart1 = Server.CreateObject("ChartFX.ASP.Server") Chart1.Gallery = ChartType Chart1.Chart3D = Setting3D Chart1.ToolBar = True Chart1.BackColor = BackColor Chart1.Titles(0).Text = TitleText %> <center> <%= Chart1.GetHtmlTag("90%",400,"ActiveX") %> </center> As soon as I put the Chart1.toolbar = true in I get the following error: Active Server Pages error 'ASP 0115' Unexpected error /ResultsBottom.asp A trappable error (E06D7363) occurred in an external object. The script cannot continue running Any thoughts? Link to comment Share on other sites More sharing options...
User (Legacy) Posted August 20, 2005 Author Report Share Posted August 20, 2005 It's getting late, it has been a long day, but I just can't get this property to work on my pie chart. Pie chart works fine without this line, have tried moving it before and after other lines of code but doesn't make any difference. Here is my code: Set chart1 = Server.CreateObject("ChartFX.ASP.Server") Chart1.Gallery = ChartType Chart1.Chart3D = Setting3D Chart1.ToolBar = True Chart1.BackColor = BackColor Chart1.Titles(0).Text = TitleText %> <center> <%= Chart1.GetHtmlTag("90%",400,"ActiveX") %> </center> As soon as I put the Chart1.toolbar = true in I get the following error: Active Server Pages error 'ASP 0115' Unexpected error /ResultsBottom.asp A trappable error (E06D7363) occurred in an external object. The script cannot continue running Any thoughts? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.