使用google chart api生成报表图片
截图
- 折线图
- 饼图
- 柱状图
实现方法
- 原理是调用google的报表服务,动态拼接url字符串,得到一张图片,数据和说明文字都是从url中传进去的。
核心代码如下图所示的GoogleChartApi类库。
其中,BaseChart.cs是抽象基类,所有的报表都会继承此类。
源代码
https://github.com/FrankFan/GoogleChartApiDemo
演示程序下载:click here.
使用google chart api生成报表图片
核心代码如下图所示的GoogleChartApi类库。
其中,BaseChart.cs是抽象基类,所有的报表都会继承此类。
https://github.com/FrankFan/GoogleChartApiDemo
演示程序下载:click here.