How to create Line Graph and Bar graph on same parameters in asp.net

Posted on C# Corner See other posts from C# Corner
Published on 6/3/2010 12:21:29 AM Indexed on 2010/06/03 8:06 UTC
Read the original article Hit count: 481

Filed under:
We can use GDI+ to draw chart components in C# or VB.NET language in memory and once the components are drawn in memory, we can save the drawing in an image on the Web server. Once the image is saved, we can display this image in an ASP.NET page using any Image tag or image control.

© C# Corner or respective owner