Search found 2 matches

by andreabonus
Fri Jan 10, 2020 10:25 am
Forum: JFreeChart
Topic: Disable mouse wheel zoom
Replies: 0
Views: 8886

Disable mouse wheel zoom

Hello!!
I'm plotting time series in a CombinedDomainXYPlot with a DateAxis in Domain.

How can I disable the zoom by mouse wheel?
As an alternative, I'd like to zoom only in Domain (not in range) and disable scroll on the external panel... But this is not my favourite solution...

Can anyone help?
by andreabonus
Tue Jun 04, 2019 10:23 am
Forum: FXGraphics2D
Topic: java.lang.NoSuchMethodError using jfreechart-fx
Replies: 1
Views: 22322

java.lang.NoSuchMethodError using jfreechart-fx

Hello!! I'm new to this forum... I'm facing a strange issue: I get a java.lang.NoSuchMethodError: javafx.scene.text.Font.impl_getNativeFont() error message while running my javafx-maven application on NetBeans 11, using Java JDK12. The matter is that I can't figure what is the problem... Here follow...