I am a bit new to JFreeChart and I had a requirement of showing both simple and extended labels on 3d pie chart using JFreeChart java library & JasperSoft i.e percentage labels on top of the sections of 3d pie chart as simple labels and the key on adjacent sections as an extended label.
I am able to achieve either one of the labels at a time by using the below code snippet.
setSimpleLabels(true) - lable on top of the section
setSimpleLabels(false) - lable on adjacent of the section
How to achieve both the label's designs in one single 3d pie chart as shown below in the image?
Thanks in advance