Remove Individual Legend from Multiple Pie Chart
-
- Posts: 10
- Joined: Tue Oct 09, 2007 11:12 am
Remove Individual Legend from Multiple Pie Chart
How do i remove the individual legend from the multiple pie chart? It looks abit messy with so many legends shown in the multiple pie chart.
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Code: Select all
myMultiPlot.getPieChart().removeLegend();
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

