是否有 microsoft/.net“版本”? Google 可视化 API
这只是一个关于 .Net 中是否有类似类型的可视化工具/服务的悬而未决的问题。
谢谢。
This is just an open question on whether similar type tools/services for visualization available in .Net.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您正在寻找 Google Charts API,可以使用适用于 Asp.NET 的 Google Chart API 控件和Asp.Net 版 Google 图表 ">CodePlex。
If you're looking for Google Charts API, there's Google Chart API controls for Asp.NET and Google Charts for Asp.Net on CodePlex.
大概您指的是 http://code.google.com/ apis/chart/interactive/docs/dev/implementing_data_source.html,事实证明,.net 中似乎有一个相当不错的小库,可以将 System.Data.DataTable 转换为 google JSON 数据表,只需简单地通过网络方法公开这一点,您可以使用谷歌图表可视化!
这个库似乎可以完成您为 .net 所做的工作: http://code.google.com/p/bortosky-google-visualization/wiki/ReadMe
Presumably you are refering to http://code.google.com/apis/chart/interactive/docs/dev/implementing_data_source.html, well as it turns out there seems to be pretty nice little library in .net that can transform a System.Data.DataTable into a google JSON datatable, simply exposing this through a webmethod and you can use the google Chart Visualisation!!
This is the library that seems to do the job you'r after for .net: http://code.google.com/p/bortosky-google-visualization/wiki/ReadMe
有 Microsoft 图表控件
(来源:microsoft.com< /a>)
There's Microsoft Chart Controls
(source: microsoft.com)