How to show graphs in ASP .net ?graphs will be based on the databse.

Showing Answers 1 - 4 of 4 Answers

sarath

  • Apr 6th, 2006
 

We can use

System.Drawing;

System.Drawing.Drawing2D;

name spaces for drawing graphs based on data from databases in web pages.

 

  Was this answer useful?  Yes

pratap557

  • Oct 24th, 2007
 

You can Use namespace mentioned above.

For Bar Chart / Pie Chart Convert data to numeric Equivalent/ % then

Using HatchBrush class/Rectangle Class Draw rectangle or Circles or Ellipse Partially using methods DrawCircle/Rectangle etc.

Create evivalent Image Object using graphics
put response type to image

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions