Can you give more details about how you're using the chart? i.e., where are you getting your data from, what kind of data, what form is it in when you assign it to the chart, are you assigning it to the chart or the data providers, etc. Ely.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkale Sent: Wednesday, December 13, 2006 11:05 AM To: [email protected] Subject: [flexcoders] Re: does charts have event for data change? 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] <mailto:flexcoders%40yahoogroups.com> , "Ely Greenfield" <[EMAIL PROTECTED]> wrote: > > > > > Add it to your data provider instead. > > Ely. > > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of shemeshkale > Sent: Wednesday, December 13, 2006 4:10 AM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > 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? >

