asp.net charting [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI've never really done any charti开发者_运维问答ng or graphing in asp.net, but my current project is going to need some fairly extensive charting, in particular graphs that can be updated dynamicaly by the user, by changing start dates, criteria etc. I'm looking for some suggestions on the best charting tool for doing this.
I'd prefer a free tool, but may have some budget for a paid one. Will be using asp.net MVC written in C#.
you want the ASP.NET Charting Control. I have used it and I must say its excellent. Minimum effort/coding to create very rich and professional charts.
Well, there's the Asp.Net Chart Control from Microsoft that's free...
For non free charts, there's Dundas Charts. I haven't used them personally, but they have a lot more to choose from, and they've been around for a while.
You could take a look at the Microsoft Chart Controls. They have a set of both asp.net and winforms controls for a wide range of chart types.
(You might find the visual studio addin helpful if you use these controls)
I would strongly suggest looking at FusionCharts Free as a very easy to use charting component for ASP.NET. Or you could also consider FusionCharts v3 which has even more features.
精彩评论