Hi,
Is it possible to disable all mouse interactions, including the right-click context menu, associated with the XYPlot graphs?
Also, has anyone updated the so-called "fast classes" to the latest version of JFreeChart?
Thanks,
Gili
Disable context menu for XYPlot
Code: Select all
chartPanel.setPopupMenu(null);
That worked perfectly. Thank you!skunk wrote:Code: Select all
chartPanel.setPopupMenu(null);
