Can we Make Graphs To display the data in graphics in asp.net?
Can we Make Graphs To display the data 开发者_StackOverflow社区in graphics in asp.net?
Look at this page from a famous asp.net
site (actually, asp.net MVC) - it contains charted reputation data.
The graphics are rendered on the browser with the help of flot - a pure Javascript plotting library for jQuery. On the asp.net
server side, the application provides data in JSON
format.
If you're using .Net 4 there are charting controls are built-in now.
If you're on 3.5, there's an older version available.
These are the 2 built-in and free options already available...whether they fit your needs if for you to decide :)
If you're older than 3.5 you'll have to go with a third party solution (there are more, but those are most of the big ones).
精彩评论