I have a number of categories defined with uppercase alphabet letters (say 'Cat-1', 'Cat-2', ... 'Cat-10') and I would like to display in a JFreeChart with a Pie dataset the short names on the pie itself and the long descriptions in the legend, instead of the long descriptions appearing both on the legend and on the pie as shown in the following example (which results in a very cluttered pie due to the long descriptions):
How do I do that?