php报表控件,pChart 开源的PHP报表/图表组件 1.27

/*

Example11 : Using the pCache class

*/

// Standard inclusions

include("pChart/pData.class");

include("pChart/pChart.class");

include("pChart/pCache.class");

// Dataset definition

$DataSet = new pData;

$DataSet->AddPoint(array(1,4,3,2,3,3,2,1,0,7,4,3,2,3,3,5,1,0,7),"Serie1");

$DataSet->AddPoint(array(1,4,2,6,2,3,0,1,5,1,2,4,5,2,1,0,6,4,2),"Serie2");

$DataSet->AddAllSeries();

$DataSet->SetAbsciseLabelSerie();

$DataSet->SetSerieName("January","Serie1");

$DataSet->SetSerieName("February","Serie2");

// Cache definition

$Cache = new pCache();

$Cache->GetFromCache("Graph1",$DataSet->GetData());

// Initialise the graph

$Test = new pChart(700,230);

$Test->setFontProperties("Fonts/tahoma.ttf",8);

$Test->setGraphArea(50,30,585,200);

$Test->drawFilledRoundedRectangle(7,7,693,223,5,240,240,240);

$Test->drawRoundedRectangle(5,5,695,225,5,230,230,230);

$Test->drawGraphArea(255,255,255,TRUE);

$Test->drawScale($DataSet->GetData(),$DataSet->GetDataDescription(),SCALE_NORMAL,150,150,150,TRUE,0,2);

$Test->drawGrid(4,TRUE,230,230,230,50);

// Draw the 0 line

$Test->setFontProperties("Fonts/tahoma.ttf",6);

$Test->drawTreshold(0,143,55,72,TRUE,TRUE);

// Draw the cubic curve graph

$Test->drawCubicCurve($DataSet->GetData(),$DataSet->GetDataDescription());

// Finish the graph

$Test->setFontProperties("Fonts/tahoma.ttf",8);

$Test->drawLegend(600,30,$DataSet->GetDataDescription(),255,255,255);

$Test->setFontProperties("Fonts/tahoma.ttf",10);

$Test->drawTitle(50,22,"Example 1",50,50,50,585);

// Render the graph

$Cache->WriteToCache("Graph1",$DataSet->GetData(),$Test);

$Test->Render("example1.png");

?>



更多源码 | 好库简介 | 网站地图 | 帮助中心 | 版权说明

Copyright© 2009-2012 OKBASE.NET All Rights Reserved 好库网 版权所有

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值