How to really disable mouse zooming ???

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
daress
Posts: 23
Joined: Tue Mar 13, 2007 4:52 pm
Contact:

Re: How to really disable mouse zooming ???

Post by daress » Wed Jun 27, 2018 3:36 pm

Hmm. I am using a CombinedDomainXYPlot and the methods you cite work as expected for me.

For your CombinedRangeCategoryPlot, what does isRangeZoomable() and isDomainZoomable() return?

Are you perhaps referring to disabling the mouse wheel? If so, try using isMouseWheelEnabled() and setMouseWheelEnabled()
on the ChartPanel object instead.

Locked