我们可以制作图表在asp.net中显示图形数据吗?
答案 0 :(得分:0)
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
这些是已有的2种内置和免费选项......如果你决定它们是否符合你的需要:)
如果你的年龄超过3.5岁,你必须选择a third party solution(还有更多,但那些是大部分的)。
答案 1 :(得分:0)
从famous asp.net
site(实际上是asp.net MVC)查看此页面 - 它包含图表信誉数据。
借助flot - jQuery的纯Javascript绘图库,在浏览器上呈现图形。在asp.net
服务器端,应用程序以JSON
格式提供数据。