0
Q
壓扁
A
回答
0
可以通過某些角度通過使用下面的代碼圖表旋轉
JFreeChart chart = ChartFactory.createPieChart3D("World Polulation by Countries ", dataset, true, true, true);
PiePlot plot = (PiePlot) chart.getPlot();
plot.setPieIndex(0);
// plot.setLabelFont(new Font("SansSerif", Font.NORMAL, 12));
plot.setNoDataMessage("No data available");
plot.setCircular(false);
plot.setLabelLinksVisible(true);
// plot.zoom(200);
// plot.setStartAngle(180);
// plot.setLabelBackgroundPaint(paint);
plot.setLabelLinkMargin(0.01);
return chart;
相關問題
- 1. XSLT壓扁XML
- 2. 壓扁OCaml中
- 3. 壓扁RDD
- 4. 取消壓扁表
- 5. AutoMapper字典壓扁
- 6. 引導柱壓扁
- 7. 陣列半壓扁
- 8. AutoMapper:如何壓扁
- 9. 壓扁嵌套Observables.subscribe
- 10. UIImageView「壓扁」後CGAffineTransformMakeRotation
- 11. 壓扁在PowerShell中
- 12. ListView壓扁選項卡
- 13. CSS製作DIV壓扁
- 14. 堆積UIButtons被壓扁
- 15. iOS - UITextField被UILabel壓扁
- 16. 翻譯的SQL壓扁表
- 17. 在PHP中壓扁數組
- 18. 壓扁內部的data.table
- 19. 壓扁對象到數組?
- 20. jmespath壓扁多個Hash值
- 21. 壓扁和重組提交
- 22. 壓扁Django South遷移?
- 23. 壓扁了MVC結合
- 24. 壓扁嵌套訂閱
- 25. 使用SQL壓扁數據
- 26. 極端XSLT XML壓扁
- 27. SQL Server壓扁層次表
- 28. 混帳,壓扁提交
- 29. 庫XML模式壓扁
- 30. 表列被scollbars壓扁
調整整個圖形面板 – Aubin 2013-04-09 19:24:56
其中兩個必須適應側由端在一張紙... 。如果我可以將這些標籤全部刪除在一起那也不錯 – Arhowk 2013-04-09 20:50:49
除了這裏的建議(http://stackoverflow.com/q/15900169/230513)之外,您可以將圖表渲染爲圖像,然後下-樣品。 – trashgod 2013-04-09 21:27:31