Drawing graphics in ASP.NET web application: pie and rectangle

依然范特西╮ 提交于 2019-12-25 03:47:10

问题


I wish to draw some graphics in a asp.net web application page on some percentages, what is the code required? I'm asking specially for piechart and rectangle.


回答1:


You can use the data visualization stuff (charting) that comes with .net 3.5 and 4.

There is a downloadable Visual Studio solution (an asp.net web application project) that shows examples of different types of charts and corresponding code and markup:

http://archive.msdn.microsoft.com/mschart/Release/ProjectReleases.aspx?ReleaseId=1591

Depending on your situation, you may even be able to generate pie charts, etc. without writing any code.



来源:https://stackoverflow.com/questions/11376950/drawing-graphics-in-asp-net-web-application-pie-and-rectangle

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!