During the code review https://github.com/openjdk/jfx/pull/2013 we found that the `seriesProperty` mirrors the `series` field, making the latter unnecessary.
We could save a pointer (per data point) by removing the now superfluous field.
We could save a pointer (per data point) by removing the now superfluous field.
- relates to
-
JDK-8373908 XYChart (ScatteredChart) leaks memory when removing data
-
- Resolved
-
-
JDK-8298382 JavaFX ChartArea Accessibility Reader
-
- Closed
-
- links to
-
Review(master)
openjdk/jfx/2018