Hi, I would like to display a legend to my pie chart. JFreeChart chart3 = new JFreeChart("", JFreeChart.DEFAULT_TITLE_FONT, plot3, true); the above code displayes the legend as name,value pair, ie, there is a colored box followed by the name(which shows what each color stands for) and then the value associated with the sections on the pie chart. This looks ugly on ...