Hello,
How can we achieve Line / Pie chart in C#.net?
Any pointers will be really helpful?
This chart will be generated depending on the data from Appln DB. After that it will be deployed as webpart on MOSS.
Thank you.
Regards,
Palak Shah
you have to use facilities probided by the System.Drawing namespace.
http://www.codeguru.com/columns/dotnet/article.php/c6145/