Hi all, I do not know if its a limitation or i have overlook anything. PiePlot plot = new PiePlot(dataset); //dataset assigned plot.setExplodePercent(1,0.20); plot.setExplodePercent(2,0.20); plot.setExplodePercent(3,0.20); plot.setExplodePercent(4,0.20); plot.setExplodePercent(5,0.20); My Pie chart have 5 section and it should be fully exploded from the center of the original pie. 1st problem i faced is that after i set the exploded percent at 10% each, ...