我如何在 GoogleChart 中使用 SQL 形式的任何数据集?
我如何在 GoogleChart 中使用 SQL 形式的任何数据集? 我真的很喜欢 googleChart。 但我想在 C# 中将 Gchart 与来自 Sql' 查询结果的数据集一起使用?
How can i use any dataset form SQL in GoogleChart? i really like googleChart. But i want to use Gchart with dataset from Sql' query result in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您知道,Google 图表采用格式化字符串作为数据源。
您将需要循环遍历数据集并生成此字符串,然后将其写入文字控件中的页面。
例如
Google charts take a formatted string for the data feed as I'm sure you know.
you will need to loop through your dataset and generate this string then write it out to the page in a Literal control.
For example