Search found 1 match

by heksemann
Fri Jan 11, 2008 3:58 pm
Forum: JFreeChart
Topic: capture mouse events
Replies: 6
Views: 12095

Turn off catching btn1:

Code: Select all

chartPanel.setMouseZoomable(false, false);
Turn off the popup menu (Allow you to catch btn3)

Code: Select all

chartPanel.setPopupMenu(null);
regards,
--H