I use the renderer StackedXYAreaRenderer like that "new StackedXYAreaRenderer(StackedXYAreaRenderer.AREA, new StandardXYToolTipGenerator(), null) " or "new StackedXYAreaRenderer(XYAreaRenderer.AREA, new StandardXYToolTipGenerator(), null) " and the tooltips doesn't work. If I use other XYRenderer like XYLineAndShapeRenderer or XYBarRenderer or XYAreaRenderer or even StackedXYBarRenderer it works perfectly. I have just noticed that the tooltips works but it works only when I put the mouse on the ...