void layoutInternal(int width, int height) { _chartWidth = width; _chartHeight = height; _layoutManager.layout(width, height); }