Answered by:
How would you create a simple line chart?

Question
-
User1678444995 posted
Hi guys, could you any of you please point in the right direction on how to create a simple chart? Basically I want to hook this up to a database and have the chart plot the various points on a daily basis?
Wednesday, January 14, 2009 1:01 AM
Answers
-
User-1136466523 posted
Hi,
Since your problem is not specific, i just provide you some simple samples on how to achieve that. See the following tutorial.
http://www.codeguru.com/Csharp/Csharp/cs_graphics/chartsandgraphing/article.php/c6145
Thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, January 18, 2009 11:32 PM -
User1024576976 posted
check www.openflashchart.com
I can also provide you the sample of using this library if you can't find help online.
Thanks
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, January 18, 2009 11:37 PM
All replies
-
User-1136466523 posted
Hi,
Since your problem is not specific, i just provide you some simple samples on how to achieve that. See the following tutorial.
http://www.codeguru.com/Csharp/Csharp/cs_graphics/chartsandgraphing/article.php/c6145
Thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, January 18, 2009 11:32 PM -
User1024576976 posted
check www.openflashchart.com
I can also provide you the sample of using this library if you can't find help online.
Thanks
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, January 18, 2009 11:37 PM -
Thursday, January 22, 2009 5:21 AM
-
User487807879 posted
You should consider using new ASP.NET chart control which will be built in .NET 4.0 (untill then you can install (free) control): http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx
Thursday, January 22, 2009 5:38 AM -
User-908220136 posted
Take a look at http://forums.asp.net/t/1216939.aspx
It shows how to create a chart from scratch.
Friday, January 30, 2009 12:02 PM