[flexcoders] Re: BubbleChart bubble selection

2008-02-20 Thread linko27
Thanks for this tip - i testet it and it works this way! Can you also tell me how to iterate over the chart items of a bubble chart? I tried this several times, but without sucess! --- In flexcoders@yahoogroups.com, simonjpalmer [EMAIL PROTECTED] wrote: here's an idea if you have a strongly

[flexcoders] Re: BubbleChart bubble selection

2008-02-20 Thread Suguna
In Flex 3, one can use 'items' property on Series which is an array of chartitems. --- In flexcoders@yahoogroups.com, linko27 [EMAIL PROTECTED] wrote: Thanks for this tip - i testet it and it works this way! Can you also tell me how to iterate over the chart items of a bubble chart? I tried

[flexcoders] Re: BubbleChart bubble selection

2008-02-19 Thread simonjpalmer
here's an idea if you have a strongly typed domain model... 1) create yourself a bubble item renderer 2) override set data() 3) add a transient variable to the objects in your domain model which are in the data provider 4) in the set data() override get the bubble renderer to put itself onto the