Hi , I' m having problems to hide the tooltips of the chart i create wit the code JFreeChart jfreechart = ChartFactory.createPieChart3D("Composicao da Carteira", piedataset, true, false, false); i can't find what is wrong , since the javadoc states that the second boolean argument is supposed to create or not the tooltips,although the legends feature is working properly. it tried some ...