如何在网页上使用asp.net控件显示图表?
我想在我的网页上显示图表,我在 sqlserver 中有源表(对于 X 和 Y 轴值)。
I want to display chart on my web page for which I have the the source (for X & Y axis values) table in sqlserver.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Google 图表是在网页上显示图表的便捷方式。
Google charts is a convenient way to display charts on a web page.
使用官方的 Microsoft 图表控件
Use the official Microsoft Charting Control
有很多方法...
如果只是 X 和 Y,您确实可以使用某种“div”结构。
如果您想要比这更复杂的,只需使用 .net 图表应用程序(通过搜索即可轻松找到)。
So many ways ...
If it's just X and Y you can really use some sort of 'div' structure.
If you want more complicated than that, just go with a .net charting application (trivial to find via searching).
如果您想使用 ASP.NET 图表控件在 ASP.NET 中显示图表
if you like to display chart in asp.net using asp.net chart control