YES, that what i want!! but how?? like so?? : myChart.dataProvider.addEventListener(CollectionEvent.COLLECTION_CHANGE, test);
it does not work either. can you please show me how? an example would be great. --- In [email protected], "Ely Greenfield" <[EMAIL PROTECTED]> wrote: > > > > > Add it to your data provider instead. > > Ely. > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of shemeshkale > Sent: Wednesday, December 13, 2006 4:10 AM > To: [email protected] > Subject: [flexcoders] does charts have event for data change? > > > > as simple as that: > does charts have an event that fires whenever its data changes? > > it seems that this: > myGrid.addEventListener(CollectionEvent.COLLECTION_CHANGE, test); > will work for DataGrid but not for charts > > any idea how to do this with charts? >

