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".