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
ToolTips
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.