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?
want to implement mouseup and mousedown events
Re: want to implement mouseup and mousedown events
If you're using SWT, try the "addSWTListener()" method of ChartComposite.
-HBro