书签 分享 收藏 举报 版权申诉 / 109

类型ChartDirector示例手册.docx

  • 文档编号:15297275
  • 上传时间:2023-07-03
  • 格式:DOCX
  • 页数:109
  • 大小:550.86KB

file=<%=request.getServletPath()%>">

ViewChartSourceCode


"+chart1URL)%>'

usemap="#map1"border="0">

<%=imageMap1%>

2、3DPieChart

示例代码:

6

<%@pageimport="ChartDirector.*"%>

<%

//Thedataforthepiechart

double[]data={25,18,15,12,8,30,35};

//Thelabelsforthepiechart

String[]labels={"Labor","Licenses","Taxes","Legal","Insurance",

"Facilities",

"Production"};

//CreateaPieChartobjectofsize360x300pixelsPieChartc=newPieChart(360,300);

//Setthecenterofthepieat(180,140)andtheradiusto100pixels

c.setPieSize(180,140,100);

//Addatitletothepiechart

c.addTitle("ProjectCostBreakdown");

//Drawthepiein3D

c.set3D();

//Setthepiedataandthepielabels

c.setData(data,labels);

//Explodethe1stsector(index=0)

c.setExplode(0);

//outputthechart

Stringchart1URL=c.makeSession(request,"chart1");

//Includetooltipforthechart

StringimageMap1=c.getHTMLImageMap("","",

"title='{label}:

US${value}K({percent}%)'");%>

18pt;font-family:

verdana;font-weight:

bold">

3DPieChart

file=<%=request.getServletPath()%>">

ViewChartSourceCode

7


"+chart1URL)%>'

usemap="#map1"border="0">

<%=imageMap1%>

3、PieChartwithLegend

示例代码:

<%@pageimport="ChartDirector.*"%>

<%

//Thedataforthepiechart

double[]data={25,18,15,12,8,30,35};

//Thelabelsforthepiechart

String[]labels={"Labor","Licenses","Taxes","Legal","Insurance","Facilities",

"Production"};

//CreateaPieChartobjectofsize450x240pixels

PieChartc=newPieChart(450,240);

//Setthecenterofthepieat(150,100)andtheradiusto80pixelsc.setPieSize(150,100,80);

//AddatitleatthebottomofthechartusingArialBoldItalicfontc.addTitle

配套讲稿:

如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。

特殊限制:

部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。

关 键  词:
ChartDirector 示例 手册
提示  冰点文库所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。
关于本文
本文标题:ChartDirector示例手册.docx
链接地址:https://www.bingdoc.com/p-15297275.html
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2


收起
展开