Hi all, In all the examples i see i see that people have the values in the legend bar aside the name. That doesn't work for me. Anybody an idea? this is my code: if (dataset.getItemCount()!= 0) { //create a chart... JFreeChart chart = ChartFactory.createPieChart3D("Users per Department", dataset, true, // legend? true, // tooltips? false // URLs? ); final PiePlot3D plot ...