Hi,


I already posted this question on the JavaFX forum but got no answer.


I have a chart with a CategoryAxis for the x values and a NumberAxis for
the y values.

I want to enable zooming in this chart. For the NumberAxis I'm planing to
use the setLowerBound(...) and setUpperBound(...) methods to zoom in the
particular region the user has chosen. But for the CategoryAxis I don't see
any method similar to these ones. How can I do this?



(I'm using JavaFX8)



Thanks in advance,

-- 
Pedro Duque Vieira

Reply via email to