want to implement mouseup and mousedown events

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
anirudhak
Posts: 15
Joined: Thu Apr 30, 2009 11:06 am

want to implement mouseup and mousedown events

Post by anirudhak » Wed May 06, 2009 7:54 am

hi,
i am doing one application in jfree chart which consists of more Xysereis and more dataitems , so while zooming i want to implement mousemove ,mousedown and mouseup in chart .
is it possible to do modify in chartpanel.
if so how? please any one know tell me how to do it?

hbro
Posts: 5
Joined: Mon May 18, 2009 1:27 pm
Location: Retie, Belgium

Re: want to implement mouseup and mousedown events

Post by hbro » Mon May 18, 2009 1:29 pm

If you're using SWT, try the "addSWTListener()" method of ChartComposite.
-HBro

Locked