final InfoWindow window = view
.createInfoWindow(html, domainToWindowX(domainX, datasetIndex),
rangeToWindowY(rangeY, datasetIndex) + 5);
final PortableTimerTask timerTask = new PortableTimerTask() {
public void run(PortableTimer timer) {
window.open();
}
};