The xAxisProperty and yAxisProperty objects in XYChart return themselves in their getBean() override, instead of the XYChart parent object.
This causes IDE freezes when inspecting XYChart objects in my debugger because the properties' toString() methods refer to the bean, due to a recursive call by the debugger.
Edit: Same for (Stacked)AreaChart.createSymbols.
This causes IDE freezes when inspecting XYChart objects in my debugger because the properties' toString() methods refer to the bean, due to a recursive call by the debugger.
Edit: Same for (Stacked)AreaChart.createSymbols.