Run the attached app. It provides controls to autoRanging property and lowerBound property of xAxis (NumberAxis).
0. When autoRanging is set, axis ignores changes to lower bound property. That's fine.
1. If you disable autoRanging it won't pickup values set for lower bound until you modify them or add new data. This doesn't seem to be correct.
2. If you re-set autoRanging property, it doesn't restore axis immediately but waits until you modify the data. This is not correct at all.
0. When autoRanging is set, axis ignores changes to lower bound property. That's fine.
1. If you disable autoRanging it won't pickup values set for lower bound until you modify them or add new data. This doesn't seem to be correct.
2. If you re-set autoRanging property, it doesn't restore axis immediately but waits until you modify the data. This is not correct at all.
- relates to
-
JDK-8096737 Charts force zero in range doesn't affect immidiately.
-
- Closed
-