Thanks a lot, canvas worked.
Regards
On Oct 17, 1:47 pm, Ravi <[EMAIL PROTECTED]> wrote:
> Don't use VBox. Try it with canvas.
>
> -Ravi
>
> On Oct 17, 10:26 am, Arun <[EMAIL PROTECTED]> wrote:
>
> > I have added the legend inside vbox. Itried x and y positions with
> > values, however the legend position is not getting changed.
>
> > <mx:Legend >
> > <mx:LegendItem label="ABC" fontWeight="bold"
> > legendMarkerRenderer="mx.charts.renderers.TriangleItemRenderer">
> > <mx:fill>
> > <mx:SolidColor color="#7F7E7E"/>
> > </mx:fill>
> > <mx:stroke>
> > <mx:Stroke color="#7F7E7E"
> > weight="1"/>
> > </mx:stroke>
> >
> > </mx:LegendItem>
>
> > </mx:Legend>
>
> > On Oct 17, 1:07 pm, Ravi <[EMAIL PROTECTED]> wrote:
>
> > > 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
-~----------~----~----~----~------~----~------~--~---