// 上面語句legend設(shè)置為false時(shí),表示新建的jfreechart無圖例,為true時(shí),自帶圖例,默認(rèn)位置為底部。 jfreechart.getLegend().setPosition(RectangleEdge.RIGHT);//獲取圖例,設(shè)置位置 // LegendTitle legendTitle = new LegendTitle(jfreechart.getPlot());//創(chuàng)建圖例,若有默認(rèn)的,仍然創(chuàng)建,此時(shí)存在兩個(gè)。 // legendTit...
www.dbjr.com.cn/article/407...htm 2025-5-21