Interval plotDomain = view.getChart().getPlot().getDomain();
plotDomain.setEndpoints(domainOrigin, endDomain);
}
XYPlot plot = view.getChart().getPlot();
plot.addPlotFocusHandler(new PlotFocusHandler() {
public void onFocus(PlotFocusEvent event) {
if (!dontfire) {
GVizEventHelper
.trigger(ExporterUtil.wrap(ChronoscopeVisualization.this),
GVizEventHelper.SELECT_EVENT, null);