What are some good toolsets for graphing/charting in a web application? Preferably open-source/freeware, and particularly looking at developing with ASP.NET MVC or Silverlight 2.0.
相关问题
- How to dynamically load partial view Via jquery aj
- how to Enumerate local fonts in silverlight 4
- How to determine +/- sign when calculating diagona
- Free Silverlight mapping with Bing maps and OpenSt
- Custom number picker?
相关文章
- Mercurial Commit Charts / Graphs [closed]
- Change color of bars depending on value in Highcha
- Forward request from servlet to jsp
- superclass mismatch for class CommentsController (
- New Windows Application - What language?
- relative url in wcf service binding
- play2 framework my template is not seen. : package
- Embedded images not showing when in a UserControl
You may now also want to consider the Microsoft Chart Controls for .NET Framework 3.5
These have just been released.
Depends on what you're looking for.
Google Charts is excellent at what it does and is quick and easy to pick up - I used it for the first time about two weeks ago and was generating multiple reports, in two different styles, within about three hours of first looking at its documentation. However, unless there's more to it than the docs let on, "what it does" is limited to relatively basic charts and it will not support anything particularly fancy. It also requires you to do a lot of the grunt work yourself, such as figuring out what the scale and axis labels should be.
For anything beyond Google Charts' capabilities, I would use the GD::Graph modules from CPAN, but those are for Perl rather than .NET or Silverlight, so they probably won't do you much good.
Check out Visiblox charts, they are what I am currently using for my telemetry application. I found the examples here useful - http://www.visiblox.com/examples
You can now see the telemetry application I created at CodeProject.
Did a search on CodePlex and found
Free Silverlight Chart Control http://www.codeplex.com/FreeSilverlightChart
Google Chart Control for ASP.Net http://www.codeplex.com/GoogleChartNet
Free Silverlight Chart Control - visifire http://www.codeplex.com/visifire
etc....
The search I used http://www.codeplex.com/Project/ProjectDirectory.aspx?ProjectSearchText=chart
I personally can't suggest any since I never used them, but hope this helps.
Googel Charts was the first thing that came to my mind. I had also used Emprise Javascript Charts at a previous employer with some luck; but it is not free to use.
For graphs, nothings beats graphviz. There are tons of third party wrapper-libraries so you'll be able to dynamically generate the graphs with most every system.