Try labelFunction on PieSeries
For Example
<mx:PieChart id="graphPie" showDataTips="true"
dataProvider="{graphArray}" >
<mx:series>
<mx:PieSeries id="pieSeries" field="data"
nameField="label" labelPosition="inside"
labelFunction="pieSeries_labelFunc">
Regards
Kiran
On Tue, Jul 14, 2009 at 10:42 AM, Akhil Agrawal <[email protected]>wrote:
>
> Hi all,
> I want to show tootip for labels of piechart. I am able to do the same
> with other chart type by providing labelrenderer for theis
> axisrenderer. but how to do the same for piechart as there is no
> lablerenderer.
>
> thanks
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---