Create 3d chart/graphs in asp.net c# or vb
3d Pie chart
http://www.codeproject.com/KB/web-image/3dpiechart.aspx
Zedgraph - powerful yet complex. Easy for simple graphs with lots of customizable options. I’ve used this in one project.
http://zedgraph.org/wiki/index.php?title=Main_Page
Example of chart I made:
Code : TrafficHourlyReport.aspx.cs – Remove unwanted namespace and code in this class, you’ll able to run this with static values after attaching zedgraph dlls. (ZedGraph.dll and ZedGraph.Web.dll)
Graph library – Easy yet powerful.
http://www.codeproject.com/KB/web-image/GraphLibrary.aspx
Published via http://docs.google.com
Thanks,
Vipul Limbachiya