That did it! Thanks!
--- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Looks like direction is a property; not a style. Try > genericLegend.direction = "horizontal"; > > -TH > > --- In flexcoders@yahoogroups.com, "netdeep" <deepnet@> wrote: > > > > > > I am trying to change the formatting for a Legend in Actionscript: > > > > genericLegend.setStyle("direction", "horizontal"); > > > > But this does nothing, instead it lists the items vertically. What is > the proper way to do this in > > Actionscipt? > > >