Hmm...I can get this to work but I still don't see any little circles unless I hover.
legendMarkerRenderer="mx.charts.renderers.CircleItemRenderer" --- In [email protected], "Nate Pearson" <[EMAIL PROTECTED]> wrote: > > uhhh...I have to create a custom item renderer? Damn you ely... > > Can't I just set it in properties? > > This does not work: > <mx:LineSeries yField="defectsFound" form="curve" > legendMarkerRenderer="CircleItemRenderer" displayName="Defects Found" /> > > Can you be more specific? Code example? > > Thanks, > > Nate > > > > > --- In [email protected], "ryanphelan" <ryanphelan@> wrote: > > > > I think you're looking for the "itemRenderer" style on your > > LineSeries. Set to CircleItemRenderer to get circles. > > > > Ryan > > > > --- In [email protected], "Nate Pearson" <napearson99@> wrote: > > > > > > I have a line chart with multiple line series. I want that little > > > circle marker looking thingy to show up all the time (not only when I > > > hover). I know it's some simple property setting but I can't seem to > > > find it! > > > > > > Thanks! > > > > > > Nate > > > > > >

