ToolTips

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
nitin
Posts: 16
Joined: Wed Dec 03, 2003 10:21 am
Location: Pune

ToolTips

Post by nitin » Wed Dec 17, 2003 6:19 am

Hi,
I am drawing some lines in a chart .What I want is when a user moves his mouse on the line it should show the y coordinate along with some text such as ucl=12 .I tried to use CustomXYToolTipGenerator but I am not finding any method to associate the ToolTipsList with a particular series.
Also generateToolTip method doesnot contain any parameter specifying the text for the tooltip.
Can anyone help me

Matthias
Posts: 42
Joined: Fri Apr 18, 2003 9:49 am
Location: Germany

Post by Matthias » Wed Dec 17, 2003 2:50 pm

Perhaps something like that http://www.jfree.org/phpBB2/viewtopic.php?t=5526 works (with StandardXYToolTipGenerator instead of StandardPieToolTipGenerator) - but i didn't test it.

Locked