Making Graphs in ASP.net

I am coding a poll in asp.net, using VB.net. I was wondering if there was a way to automatically make a bar or pie graph using the percentages generated from a tally. If anyone knows how i would greatly appreciate the help. Thanks!Look into the System.Drawing Namespace. You can use the Graphics.DrawPie Method.Will do, thanks for the quick response!These articles:<BR><BR>Creating Snazzy Web Charts and Graphics on the Fly with ASP.NET<BR>http://msdn.microsoft.com/msdnmag/issues/02/02/ASPDraw/ASPDraw.asp<BR><BR>Creating Bar Charts on the Fly with ASP.NET<BR>http://www.4guysfromrolla.com/webtech/chapters/ASPNET2/ch02.4.shtml<BR><BR>hth
 
Back
Top