Thanks a lot.

One doubt though, for the
legendMarkerRenderer="mx.charts.renderers.TriangleItemRenderer, can I
specify weightor font or color etc.?

Regards

On Oct 15, 4:54 pm, ravi <[EMAIL PROTECTED]> wrote:
> Arun,
>
> You can use legendMarkerRenderer property of legend item as i did in
> the following snippet.
>
> <mx:LegendItem label="Triangle"  fontWeight="bold" height="250"
> width="250"
> legendMarkerRenderer="mx.charts.renderers.TriangleItemRenderer"/>
>
> -Ravi
>
> On Oct 15, 1:06 pm, Arun <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > Is it possible to display an image as a legend item
> > I tried the following, however the image is not getting displayed.
>
> > <mx:LegendItem label="Triangle"  fontWeight="bold">
> >                                 <mx:fill>
> >                                 <mx:Image 
> > source="@Embed('images/Logo.jpg')" /
>
> >                                 </mx:fill>
> >                         </mx:LegendItem>
>
> > Regards
>
> > Arun
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to