setDisplayTooltips Doesn't works

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
fede
Posts: 20
Joined: Tue May 23, 2006 9:15 am

setDisplayTooltips Doesn't works

Post by fede » Mon Jul 24, 2006 1:30 pm

Hello!

I use the setDisplayTooltips(false) method of my chartPanel to don't show tooltips, but this doesn't works. Is this a bug of JFreeChart or am'i doing something wrong?
Thanks a lot!

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Jul 25, 2006 10:49 am

That should disable the tooltips. Can you post a small demo that reproduces the problem?
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked