I have a requirement to do a line graph on a web page. Need to be able to
plot multiple lines on the graph. Any good third party tools that integrate
easily into .Net or is there something in .Net framework, without a lot of
fuss. I'm storing the points in SQL server.
I highly recommend Infragistics. They have tools that will create charts
for the web.
Dundas also has a good offering.

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> I have a requirement to do a line graph on a web page. Need to be able to
> plot multiple lines on the graph. Any good third party tools that integrate
> easily into .Net or is there something in .Net framework, without a lot of
> fuss. I'm storing the points in SQL server.