将 Google Chart Interactive 与 ASP.NET 和 C# 集成
我想使用 Google Chart Interactive 与 ASP.NET 和 C# 创建图表 我发现了这个示例 http://code.google.com/apis/ Visualization/documentation/using_overview.html 但我发现问题如何将其与 C# 集成以及如何将数据从 C# 集成到 JavaScript。 有人可以提示我应该做什么吗?
I want to create chart using Google Chart Interactive with ASP.NET and C#
I was found this example http://code.google.com/apis/visualization/documentation/using_overview.html but i find problem how to i Integrated this with c# and how to integrate data from c# to javascript..
can someone hint me what I should do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要做的是将命令发送到 google Charts api 并将响应转换为如下所示的图像,然后您可以获取图像对象并将其写入文件或执行您想要的任何操作:
What you need to do is send the command to the google charts api and convert the response to an image like below, and then you can take the image object and write it to a file or perform any operation you want: