Remove Individual Legend from Multiple Pie Chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
gabbagabbahey
Posts: 10
Joined: Tue Oct 09, 2007 11:12 am

Remove Individual Legend from Multiple Pie Chart

Post by gabbagabbahey » Tue Oct 09, 2007 11:13 am

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.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Oct 10, 2007 10:51 pm

Code: Select all

myMultiPlot.getPieChart().removeLegend();
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked