简体   繁体   English

绘制ASP.NET应用程序的图表

[英]Charting for an ASP.NET application

I am just starting a new ASP.NET application. 我刚刚开始一个新的ASP.NET应用程序。 Is it preferable for me to use the MS Charting controls for .NET, as that's already the domain I am using, or is there a real reason to look at other tools such as Google Charts? 对我来说,最好是将MS Charting控件用于.NET,因为这已经是我正在使用的域,还是有真正的理由考虑使用其他工具(例如Google Charts)?

Also, I can't seem to find any online/live examples of the MS Charting component online, which makes it a bit difficult to evaluate... 另外,我似乎无法在线找到任何MS Charting组件的在线/实时示例,这使得评估起来有点困难...

Here's a good tutorial on Microsoft's .NET Chart Control. 这是有关Microsoft .NET Chart Control的很好的教程。 http://dotnetslackers.com/articles/aspnet/microsoft-chart-with-asp-net-35-part1.aspx http://dotnetslackers.com/articles/aspnet/microsoft-chart-with-asp-net-35-part1.aspx

While it's good for simple charts, you're better off with a 3rd party control like Telerik's RadCharts for better customizablity & features 虽然它对于简单的图表很有用,但最好使用Telerik的RadCharts之类的第三方控件来提供更好的可定制性和功能

You should evaluate SVG+jSON as well. 您还应该评估SVG + jSON。 Before you evaluate, you should estimate the load on your web site. 在评估之前,您应该估算网站的负载。 Server side charting API's provide very good functionality, but do comsume CPU cycles.If you are expecting a lot of traffic for those pages, you are better off with SVG+jSON for charting. 服务器端图表API提供了很好的功能,但确实会占用CPU周期。如果您希望这些页面的访问量很大,最好使用SVG + jSON进行图表绘制。 There are some good jQuery plugins which can do that for you 一些不错的jQuery插件可以为您做到这一点

I am doing a lot of charts and my experience is that you get more and more requirements on the charts and then it is good to have a product that can meet the new requirements so I have used Software FX Chart FX http://www.softwarefx.com/ 我正在做很多图表,而我的经验是,您对图表越来越有要求,然后拥有一款可以满足新要求的产品是一件好事,因此我使用了Software FX Chart FX http:// www。 softwarefx.com/

替代文字
(source: softwarefx.com ) (来源: softwarefx.com

This is a mature product (like Dundas) and so far I have succeded to create what I want. 这是一个成熟的产品(例如Dundas),到目前为止,我已经成功地创建了我想要的东西。 The test I did with MS Chart worked good and was easy to create the charts but I feel the API is better for Chart FX. 我用MS Chart做的测试效果很好,创建图表很容易,但是我觉得API对于Chart FX更好。 http://demo.softwarefx.com/chartfx/aspnet/ajaxsamples/ http://demo.softwarefx.com/chartfx/aspnet/ajaxsamples/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM