Chart CategoryView - setLowerBound(...) and setUpperBound(...)
Pedro Duque Vieira
pedro.duquevieira at gmail.com
Thu Aug 8 16:59:26 PDT 2013
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
More information about the openjfx-dev
mailing list