Re: NumberAxis alignment of ticks to multiples of tickUnit

2014-08-22 Thread Martin Sladecek
On 08/20/2014 08:38 AM, Adam Granger wrote: So my question to the group is, would you consider including this functionality in the main NumberAxis class? - obviously making it configurable and defaulting to current behaviour. Adam, please file a JIRA issue for that (https://javafx-jira.kenai.co

NumberAxis alignment of ticks to multiples of tickUnit

2014-08-19 Thread Adam Granger
I've just been having fun with scrolling graphs in JavaFx. It seems that when using Number axis without autoRanging graphs must always start with a major tick, even if it is not a multiple of tickUnit. For example a graph with xAxis range 4 to 24 and tickUnit 10. I would expect major ticks at 10 a