G Guest Jan 18, 2005 #1 I'm new to the .net environment. How can I display a graph (pie chart) in an aspx Webform with data retrieved from SQL Server?
I'm new to the .net environment. How can I display a graph (pie chart) in an aspx Webform with data retrieved from SQL Server?
S Steve C. Orr [MVP, MCSD] Jan 18, 2005 #2 You you could use the graphics namespace. Here's an example: http://msdn.microsoft.com/msdnmag/issues/02/02/ASPDraw/default.aspx Here's an extensive list of 3rd party charting & graphing controls. I'm sure many of them would fit your needs. http://www.asp.net/ControlGallery/default.aspx?Category=1&tabindex=0
You you could use the graphics namespace. Here's an example: http://msdn.microsoft.com/msdnmag/issues/02/02/ASPDraw/default.aspx Here's an extensive list of 3rd party charting & graphing controls. I'm sure many of them would fit your needs. http://www.asp.net/ControlGallery/default.aspx?Category=1&tabindex=0
P Patrick Olurotimi Ige Jan 19, 2005 #3 rkbnair, U can try this free control at :-http://www.carlosag.net/ I came across it and its very handy!!! Hope it helps Patrick
rkbnair, U can try this free control at :-http://www.carlosag.net/ I came across it and its very handy!!! Hope it helps Patrick
G Guest Jan 19, 2005 #4 I tried the first example. Any idea, is it possible to display the data values on the piechart itself?
I tried the first example. Any idea, is it possible to display the data values on the piechart itself?
K Kevin Spencer Jan 19, 2005 #5 I tried the first example. Any idea, is it possible to display the data values on the piechart itself? Click to expand... You're limited to what you can draw on an image. In other words, of course it is possible! -- HTH, Kevin Spencer Microsoft MVP ..Net Developer Neither a follower nor a lender be.
I tried the first example. Any idea, is it possible to display the data values on the piechart itself? Click to expand... You're limited to what you can draw on an image. In other words, of course it is possible! -- HTH, Kevin Spencer Microsoft MVP ..Net Developer Neither a follower nor a lender be.