开发者

Can we Make Graphs To display the data in graphics in asp.net?

开发者 https://www.devze.com 2022-12-30 20:25 出处:网络
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.

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).

0

精彩评论

暂无评论...
验证码 换一张
取 消