Hi, I am working with 3D column chart which is an extension provided by Flex. I am facing following problem - When data is changed in dataProvider of chart, It didnt clear the previous columns and add new columns according to new data in the chart I want to refresh/ re-render the chart when ever data is changed in dataProvider.
I have tried with InvalidateNow(), InvalidateSeriesStyle, invalidateData etc.... but didnt work. Now as a work around i remove that chart from parent.. i-e this.removeChild(3Dchart) and add it again, though the problem is solved by doing so.. but it leads to an other problem. After doing so the Xaxis, Yaxis and Zaxis angles are reset to zero it tried to set them again at the time of adding the charts again but didnt work. - Any thoughts in re-rendring the 3D column chart in better way so that its angles dont reset. Thanks in advance. -- Asim Nazir