How could I plot charts or graphs (like pie / line charts) in ASP.NET without using office web components ? I wanted them to be server side controls instead of client side. I understand I could using System.Drawing class to write my own but it would take quite some time to do so. <BR><BR>Thanks in advance !I don't know of any prebuilt server-controls you can use of (although I'd wager there will be some for sale as ASP.NET hits RTM), but you can easily (IMHO) build your own.<BR><BR>I discuss how to build dynamic bar charts in my book, ASP.NET: Tips, Tutorials, and Code. In fact, you can read the sample chapter where I dicuss such a technique:<BR>http://www.4guysfromrolla.com/webtech/chapters/ASPNET2/<BR><BR>If you want to pick up a copy of the book, meander on over to:<BR>http://www.amazon.com/exec/obidos/ASIN/0672321432/4guysfromrollaco<BR><BR>Also, I have an article coming out in the February edition of MSDN Magazine on how to create dynamic Pie charts in an ASP.NET Web page. It's not online now, but will be in a few weeks, I believe.<BR>http://msdn.microsoft.com/msdnmag/issues/02/02/default.asp<BR><BR>Happy Programming!Dundas Software is currently in Beta release of our Dundas Chart for .NET with full release in early February.<BR><BR>Our Chart is 100% managed server side control that is what you are looking for.<BR><BR>See www.dundas.com for more details or send me an email ([email protected]) to get a copy of the Beta.<BR><BR>Andrew Bryan