323324325326327328329330
if (bottomPanel.isEnabled()) { if (bottomPanel.click(x, y)) { return true; } } handlerManager.fireEvent(new ChartClickEvent(this, x, y)); return false; }