You shouldn't need to call repaint() yourself. Are you updating the chart data 
in a background thread?

On Nov 18, 2011, at 10:46 AM, Jérôme Serré wrote:

> Hello,
> 
> I try to refresh a chartview when a new candlestisk is add. It doesn’t work !
> 
> After this code:
> 
> ((ValueSeries)this.getChartData().get(0)).add(recordToCandlestick(record));
> 
> I place this : this.repaint(true);
> 
> But nothing happen.
> 
>  
> 
> Could you help me please.
> 
> Thank you
> 
>  
> 
> Jérôme Serré
> ____________________________
> Manage your cellar
> http://www.macave.eu
>  
>  
> 

Reply via email to