When using autorange on a LineChart, setForceZeroInRange(false) has no effect if values are negative, because minimum data point is not computed correctly. Axis always show the zero line.
- duplicates
-
JDK-8096627 LineChart - Setting forceZeroInRangeProperty of NumberAxis to false doesn't work for negative values
- Resolved