[flexcoders] Creating Pie chart Dynamically in Flex 3

2008-05-09 Thread fflexhelp
Hi I am trying to create pie charts dynamically. Var myPieChart:Piechart; in the init() { myPieChart=new PieChart(); myPieChart. it does not give the dataprovider for the pie chart.when you try creating the same chart using mxml tags it allows you to set dataProvider. } can someone please help

Re: [flexcoders] Creating Pie chart Dynamically in Flex 3

2008-05-09 Thread Maciek Sakrejda
@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Creating Pie chart Dynamically in Flex 3 Date: Fri, 09 May 2008 14:49:32 - Hi I am trying to create pie charts dynamically. Var myPieChart:Piechart; in the init() { myPieChart=new PieChart(); myPieChart. it does not give the dataprovider