简体   繁体   English

ASP.Net图表控件与Highcharts

[英]ASP.Net Chart controls Vs Highcharts

I want to develop a web dashboard in .NET. 我想在.NET中开发一个Web仪表板。 The backend will be Vb.NET. 后端将是Vb.NET。 There are lot of chart controls in ASP.Net using which charts can be created. ASP.Net中有很多图表控件,可以使用它们来创建图表。 But as far as I know these charts wont be interactive. 但是据我所知,这些图表不会是交互式的。 so I am thinking to use Highcharts. 所以我正在考虑使用Highcharts。 Please help me with your Suggestions. 请帮我提出您的建议。 What is the best way to develop interactive dashboard in .NET? 在.NET中开发交互式仪表板的最佳方法是什么?

Highcharts is a great product that is very easy to integrate in .NET. Highcharts是一款很棒的产品,非常易于集成到.NET中。

For the page that needs a chart, you simply call a controller method that returns your data with Json and load that into the chart. 对于需要图表的页面,您只需调用一个控制器方法,该方法将使用Json返回数据并将其加载到图表中。

Here's a great tutorial: http://www.codeproject.com/Articles/820349/Highcharts-in-asp-net-using-jquery-ajax 这是一个很棒的教程: http : //www.codeproject.com/Articles/820349/Highcharts-in-asp-net-using-jquery-ajax

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

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