Hi all!
When I hold my mouse over a point it displays the tool tip for about three seconds. I want it to be displayed for much longer. I've read the javaDoc and the manual but I don't see any mention of this. Does anyone know what class I should overide or what method I should use?
Thank you in advance.
change time tool tips are displayed
Code: Select all
chartPanel.setInitialDelay(int delay)
chartPanel.setReshowDelay(int delay)
chartPanel.setDismissDelay(int delay)
-
- Posts: 26
- Joined: Thu Jun 07, 2007 10:07 pm