189190191192193194195196197198199
} } private void initLegendAxisPanel() { if (null == legendAxisPanel) { legendAxisPanel = new LegendAxisPanel(); } else { legendAxisPanel.reset(); } legendAxisPanel.setView(view); legendAxisPanel.setPlot(plot);