U UJ May 8, 2006 #1 What's an easy way to draw a simple line graph? Crystal? Or is there some easier way. TIA - Jeff.
S Steve C. Orr [MVP, MCSD] May 9, 2006 #2 ASP.NET doesn't have a built in chart control, but there are some out there that you could use or you could create your own. Here's more info: http://SteveOrr.net/articles/BarGraphs.aspx http://SteveOrr.net/articles/WinformControls.aspx 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 In addition to crystal, you could also use the new ASP.NET 2.0 ReportViewer control that has a built-in graph component.
ASP.NET doesn't have a built in chart control, but there are some out there that you could use or you could create your own. Here's more info: http://SteveOrr.net/articles/BarGraphs.aspx http://SteveOrr.net/articles/WinformControls.aspx 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 In addition to crystal, you could also use the new ASP.NET 2.0 ReportViewer control that has a built-in graph component.
L Laurent Bugnion May 17, 2006 #3 Hi, ASP.NET doesn't have a built in chart control, but there are some out there that you could use or you could create your own. Here's more info: http://SteveOrr.net/articles/BarGraphs.aspx http://SteveOrr.net/articles/WinformControls.aspx 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 In addition to crystal, you could also use the new ASP.NET 2.0 ReportViewer control that has a built-in graph component. Click to expand... Or be a little patient and then... XAML ;-) Laurent
Hi, ASP.NET doesn't have a built in chart control, but there are some out there that you could use or you could create your own. Here's more info: http://SteveOrr.net/articles/BarGraphs.aspx http://SteveOrr.net/articles/WinformControls.aspx 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 In addition to crystal, you could also use the new ASP.NET 2.0 ReportViewer control that has a built-in graph component. Click to expand... Or be a little patient and then... XAML ;-) Laurent