jfreechart完整柱狀圖

jfreechart完整柱狀圖

ID:8959385

大?。?8.93 KB

頁(yè)數(shù):6頁(yè)

時(shí)間:2018-04-13

jfreechart完整柱狀圖_第1頁(yè)
jfreechart完整柱狀圖_第2頁(yè)
jfreechart完整柱狀圖_第3頁(yè)
jfreechart完整柱狀圖_第4頁(yè)
jfreechart完整柱狀圖_第5頁(yè)
資源描述:

《jfreechart完整柱狀圖》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在應(yīng)用文檔-天天文庫(kù)。

1、JFreechart完整柱狀圖importjava.io.IOException;publicclassAttendanceMain{publicstaticvoidmain(String[]args)throwsIOException{double[][]data=newdouble[][]{{100,96,98,95,99,100,92,93,91,94,96},{97,96,98,95,99,100,92,93,91,94,96},{97,96,98,95,99,100,92,93,91,94,96},{97,96,98,95,99,100,92,93,91,94,96}};Strin

2、g[]columnKeys={"測(cè)控1班","測(cè)控2班","信號(hào)1班","信號(hào)2班","信號(hào)3班","計(jì)通1班","計(jì)通2班","城軌1班","城軌2班","計(jì)應(yīng)1班","計(jì)應(yīng)2班"};String[]rowKeys={"2009級(jí)","2010級(jí)","2011級(jí)","2012級(jí)"};newAttendance(data,rowKeys,columnKeys);//at.setSubstring("第八周");}}importjava.awt.Color;importjava.awt.Font;importjava.awt.RenderingHints;importjava.io.FileO

3、utputStream;importjava.io.IOException;importorg.jfree.chart.ChartFactory;importorg.jfree.chart.ChartUtilities;importorg.jfree.chart.JFreeChart;importorg.jfree.chart.axis.AxisLocation;importorg.jfree.chart.axis.CategoryAxis;importorg.jfree.chart.axis.CategoryLabelPositions;importorg.jfree.chart.axis

4、.ValueAxis;importorg.jfree.chart.labels.StandardCategoryItemLabelGenerator;importorg.jfree.chart.plot.CategoryPlot;importorg.jfree.chart.plot.PlotOrientation;importorg.jfree.chart.renderer.category.BarRenderer;importorg.jfree.chart.title.TextTitle;importorg.jfree.data.category.CategoryDataset;impor

5、torg.jfree.data.general.DatasetUtilities;publicclassAttendance{/*privateStringsubtitle;publicvoidsetSubstring(Stringsub){subtitle=sub;}*/publicAttendance(double[][]data,String[]rowKeys,String[]columnKeys)throwsIOException{CategoryDatasetdataset=DatasetUtilities.createCategoryDataset(rowKeys,columnK

6、eys,data);JFreeChartchart=ChartFactory.createBarChart("計(jì)算機(jī)與通信工程系各班出勤率",//圖表標(biāo)題"班級(jí)",//目錄軸的顯示標(biāo)簽"出勤率(%)",//數(shù)值軸的顯示標(biāo)簽dataset,//數(shù)據(jù)集PlotOrientation.VERTICAL,//圖表方向:水平//PlotOrientation.HORIZONTAL,//圖表方向:垂直true,false,false);//設(shè)置背景顏色chart.setBackgroundPaint(Color.cyan);CategoryPlotplot=chart.getCategoryPlot()

7、;BarRendererrender=(BarRenderer)plot.getRenderer();render.setBaseOutlinePaint(Color.red);//設(shè)置詳細(xì)圖表的顯示細(xì)節(jié)部分的背景顏色plot.setBackgroundPaint(Color.lightGray);//設(shè)置垂直網(wǎng)格線顏色plot.setDomainGridlinePaint(Color.black);//設(shè)置

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫(huà)的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無(wú)此問(wèn)題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫(kù)負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭(zhēng)議請(qǐng)及時(shí)聯(lián)系客服。
3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無(wú)法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。