This is required for a brokerage website,where its needed to show each users their timely ( hourly /every 20mins ) profit or loss gained in graphical manner. Due to budget, I would prefer to use some free or open source charting tool for my site developed in ASP.NET C# and SQL Server 2005.

Thanks in Advance.

link|improve this question

76% accept rate
feedback

7 Answers

up vote 1 down vote accepted

Check this out : http://www.fusioncharts.com

link|improve this answer
2  
FusionChart is not a open source program – DavideDM Nov 15 '10 at 16:23
Nor ​​​​​​free. – SLaks Nov 15 '10 at 16:30
2  
Why downvotes?? its not open source but its free.I have used it and its quite good. – Pratik Nov 16 '10 at 11:30
1  
@SLaks,@DavideDM Have look here fusioncharts.com/free – Pratik Nov 26 '10 at 10:41
feedback

Microsoft has a free one.

link|improve this answer
Why was this downvoted? – SLaks Nov 15 '10 at 16:33
Lol who knows. Upvoted 2 offset. – Sayed Ibrahim Hashimi Nov 15 '10 at 17:07
Formerly known as Dundas, and it even works on Linux! But caution on this one. It's perfectly fine for casual use, but it's too slow if you use it to generate many many charts in very few time. In the last case, you need ZedGraph. – Quandary Jan 25 '11 at 20:18
feedback

Choices also include:-

link|improve this answer
+1 for Google. That's who I use. – David Nov 15 '10 at 16:15
feedback

NPlot is a free charting library for .NET which should handle what you are looking for (and a whole lot more). Go here for the download and here are some examples of what it can do. The download itself also comes with a few tutorial projects demonstrating what it can do. I've used it with great success for stock-type plots.

link|improve this answer
feedback

jqPlot is a free and open source javascript charting library. It's not a C# charting library but since it sounds like you're developing a website it should work just fine (and possibly provide a better user experience).

Another good javascript charting library is High Charts. It's free for non commercial web sites.

link|improve this answer
OMG, highcharts.com is fantastic, and JavaScript ! – Quandary Jan 25 '11 at 20:23
feedback

Fusion Charts

Take a look in this API that I've published for Fusion Charts free. It make much easier to add a charts in your project.

http://liberofusioncharts.codeplex.com

enter image description here

link|improve this answer
feedback

Why nobody mentions ZedGraph ?

http://zedgraph.org/wiki/index.php?title=Sample_Graphs

Free and OpenSource !
Note that it's capable of much more as the sample graphs, which are quick & dirty work, and plain ugly...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.