Bounds overviewAxisPanelBounds = new Bounds(overviewX, overviewY, overviewWidth, overviewHeight);
log ("initOverviewAxisPanel bounds:"+overviewAxisPanelBounds);
overviewAxisPanel.setBounds(overviewAxisPanelBounds);
}
overviewAxisPanel.setValueAxis(new OverviewAxis(plot, "overview"));
overviewAxisPanel.setParent(this);
overviewAxisPanel.setPlot(plot);
overviewAxisPanel.setView(view);
overviewAxisPanel.init();