Chart controls for ASP.NET

Posted by tolism7 on Stack Overflow See other posts from Stack Overflow or by tolism7
Published on 2009-12-22T14:02:45Z Indexed on 2010/05/24 12:41 UTC
Read the original article Hit count: 647

Filed under:
|
|
|
|

I am looking people's opinion and experience on using chart controls within an ASP.NET application (web forms or MVC) primarily but also in any kind of project.

I am currently doing my research and I have a pretty big list of controls to evaluate. My list includes (in no particular order):

ASP.NET controls:

Flash controls:

Javascript:

(If I missed some that worth to be compared against the above please let me know.)

What I am looking is opinions on using any of the above so I can form my own and help others do the same, based on what I read here.

I do not care which one is better. What I care for is why someone likes one of the above and what do these controls offer as a distinct advantage. I am interested in developer's opinion and I would like to find out which things are difficult doing with any of the above controls and which things are easy to achieve. AJAX compatibility (build in to the controls but also manual), ASP.NET compatibility, input capabilities, data binding options, performance, how much code does one need to write in order to create a chart, are some of the things that I would want to read about.

I have already done my research on StackOverflow for relevant questions but there is nothing on the level of detail that I would want to read in order to make a responsible decision.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET