I want to add chartmouselistener()
to some specific point of this graph like in (1,1),(2,4),(3,3) and so on and print something.
I don't want mouselistener()
for the whole panel. mouselistener()
will work only when I will click on predefined point.
Can anyone suggest how to do it?