Re: Graph in aspx

From: Steve C. Orr [MVP, MCSD] (Steve_at_Orr.net)
Date: 01/18/05


Date: Tue, 18 Jan 2005 15:34:09 -0800

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

-- 
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"rkbnair" <rkbnair@discussions.microsoft.com> wrote in message 
news:C2F448D3-9F24-46F9-B72F-2B8E6568B3CA@microsoft.com...
> 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?
>