It depends upon the container which is containing the legend. If the
container supports the absolute layout, u can pass the x, y or left,
right values for your legend.

-Ravi

On Oct 17, 7:54 am, Arun <[EMAIL PROTECTED]> wrote:
> Is it possible to change the legend position, by default it shows in
> the left, I need to display the legend on the right side.
>
> How can I do this?
>
> Thanks
>
> On Oct 16, 11:40 am, Arun <[EMAIL PROTECTED]> wrote:
>
> > Yes, i found the solution,, i put inside <mx:fill>
>
> > Thanks
>
> > On Oct 16, 11:27 am, Arun <[EMAIL PROTECTED]> wrote:
>
> > > 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