Change pie chart legend shapes

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
dheerajjoshim
Posts: 2
Joined: Mon May 26, 2014 10:05 am
antibot: No, of course not.

Change pie chart legend shapes

Post by dheerajjoshim » Tue Oct 14, 2014 12:35 pm

Is it possible to change the legend shapes in the jfree pie chart? I want to add rectangle of different width's as legends in pie chart.

XYPlot and CategoryPlot has setFixedLegendItems() method. Bur PiePlot doesn't has this method.

Is it possible to alter the pie chart legends or add new custom legends to jfree pie chart?

Locked