Hi! Because of performace problems I decided to add points to XYSeries using series.add(x,y,false) function. False informs that SeriesChangeEvent is not send to liseners and the chart is not repainting, after operation. But after points adding operation I'd like to refresh the chart. Of course I can do chart.repaint(), but it is not OK-the domain axis should be recalculated to show ...