User (Legacy) 2 Posted March 3, 2004 Report Share Posted March 3, 2004 I've *thought* I created a pie chart but it doesn't show up on my web page and I get no errors. Here is the code...I've only worked with bar charts before, so not sure what to do here. Seems like it should be simple: set ChartHqtPie = Server.CreateObject("ChartFX.WebServer") ChartHqtPie.Gallery = PIE ChartHqtPie.OpenDataEx 1,1,2 ChartHqtPie.Series(0).YValue(0) = "94" ChartHqtPie.Series(0).YValue(0) = "6" ChartHqtPie.CloseData 1 ChartHqtPie.KeyLeg(0) = "Fully Certified & Highly Qualified" ChartHqtPie.KeyLeg(1) = "Hold Emergency Credentials" ChartHqtPie.PointLabels = True ChartHqtPie.Chart3D = False Quote Link to post Share on other sites
User (Legacy) 2 Posted March 3, 2004 Author Report Share Posted March 3, 2004 duh...forgot the GetHtml tag! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.