On Tue, 22 Dec 2020 09:32:36 GMT, Ajit Ghaisas <aghai...@openjdk.org> wrote:
> > > At first, I thought this setTickLabelRotation() call violates the method > javadoc above. On a second look, I found that the javadoc is applicable only > if AutoRanging() is true. > Method calls - calculateNewSpacing() and calculateNewFirstPos() also set > properties if AutoRanging is false. Hence, this fix seems OK to me. hmm ... indeed they do, unexpected for me, reading the must-not-effect-the-state in the javadoc ;) Sounds like a doc error, if the intention was to clearly state that the method shouldn't do the auto-ranging itself? ------------- PR: https://git.openjdk.java.net/jfx/pull/342