Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はJFreeChartを使っていくつかのデータを円グラフにプロットしています。データ量が多くなると、以下のようにグラフのラベルが重なって表示されますか?
この問題を回避し、ラベルを明確に表示するように提案できますか??
-- よろしくランガナ
小さいフォントを使用できます。
PiePlot plot = (PiePlot) chart.getPlot(); int fontSize = 10; // Adjust the size here plot.setLabelFont(new Font("SansSerif", Font.PLAIN, fontSize));
" or "" window in CKEditor?
" window in CKEditor?