这在附另一个转柱形图的效果及代码.
原PHP报表效果:
转成Excel后的效果:
附上代码:
<?php
/**
* PHPExcel
*
* Copyright (C) 2006 - 2014 PHPExcel
*
* This library is free software; you can redistribute it and/or
* modify ...
分类:
Web程序 时间:
2014-05-10 02:19:56
阅读次数:
553
忙碌了一段时间,终于完成了手上的这个ipad上的app ,app是用phonegap+
jquery mobile 开发的,不是用原生的objective
c开发的。因为app有许多chart的渲染,如果使用javascript难度会小很多,不过phonegap的缺点也是显而易见---性能不好,尤其...
分类:
移动开发 时间:
2014-05-06 12:49:50
阅读次数:
442
技巧三: 在chart的上曲线上的点
鼠标放上去,显示此点的横纵坐标代码如下:procedure TForm1.pntsrsSeries1MouseEnter(Sender:
TObject);vari:integer;x1,y1:string;begin pntsrsSeries1.Curso.....
分类:
其他好文 时间:
2014-05-03 22:17:19
阅读次数:
231
public void CreateChart(Grid oGrid,
ObservableCollection lBaseOilBar) { foreach (ListItem li in lBaseOilBar) {
//图表大小,框线 Chart chart = new MyCharts()....
分类:
Web程序 时间:
2014-04-30 04:31:52
阅读次数:
1251
Hide demoDownloadIn this article I’m going to
explain how to create Google combo chart example with database in ASP.NET.
Google charts allows you ...
分类:
数据库 时间:
2014-04-30 02:56:31
阅读次数:
775