I am using "Flex3DCharts.swc" library ("October 19, 2006" release) in
Flex 2.0 available as an extension by Adobe Flex. In that library i am
using "Column 3D charts".

--
Asim Nazir

On Nov 16, 2007 6:37 PM, Christophe Jolif <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
>
>
> Hi Asim,
>
>  Which 3D charts are you using?
>
>  --
>  Christophe
>  http://flex.ilog.com
>
>
>  -------- Message d'origine--------
>  De: flexcoders@yahoogroups.com de la part de Asim nazir
>  Date: ven. 11/16/2007 6:08
>  À: flexcoders@yahoogroups.com
>  Objet : [flexcoders] 3D Column Chart
>
>
>
>  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
>
>
>  --
>  Flexcoders Mailing List
>  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>  Yahoo! Groups Links
>
>
>
>
>  

Reply via email to