PDA

View Full Version : How to invalidate the data in a Chart?


luthier1729
05-18-2006, 09:32 AM
Hi,
I'm trying to invalidate the data of a Chart by calling invalidateData (which is defined in ChartBase and supposedly inherited in PieChart, AreaChart, ...) and I get the following error:

"Attempted access of inaccessible method invalidateData through a reference with static type mx.charts:PieChart".

How can I do it?
Thanks,

LuTHieR