Charts in ASP.NET 3.5: Whats the best option? [clo

2019-04-11 02:51发布

Can anyone suggest some best options to include charting feature in my ASP.NET pages ? I am using VS 2008 . I would like to have charts like google analytics charts

5条回答
叼着烟拽天下
2楼-- · 2019-04-11 02:59

I've worked with Dundas Chart in the past and thought it was great.

If you are using JQuery, then you could do worse than look at flot.

查看更多
三岁会撩人
3楼-- · 2019-04-11 03:12

Microsft just released the new Charting COntrols for (ASP).NET. YOu can download the controls here, MS Download page.

Be sure to check out the What Others Are Downloading links at the bottom they provide links to the Visual Studio integration tools.

I've worked with these controls on a few projects now and have to say, they work excellently, in both Windows Forms as ASP.NET!

查看更多
Summer. ? 凉城
4楼-- · 2019-04-11 03:12

There's a new ASP.NET Charting control that you can use. Details in this post from Scott Guthrie

查看更多
劫难
5楼-- · 2019-04-11 03:17

jqPlot is a very nice client-side charting library for jQuery (which plays well with ASP.NET)

Another nice (and free) charting library for .NET is NPlot

查看更多
霸刀☆藐视天下
6楼-- · 2019-04-11 03:23

Google Analytics uses Flash for charts and MS charts are static. For nice Flash charts with ASP.NET integration check out amCharts.

查看更多
登录 后发表回答