return chartView;
}
public ChartView getHistogramView() {
if (histogramView == null) {
histogramView = new ChartView(this, true, graphicManager
.getMenuManager(),mainView.getSynchronizer(),addTransformerInitializationClosure());
histogramView.init(coord);
restoreWorkspaceFor(histogramView);
}
return histogramView;