[flexcoders] Re: Easy Chart Question

2008-05-20 Thread ryanphelan
I think you're looking for the "itemRenderer" style on your LineSeries. Set to CircleItemRenderer to get circles. Ryan --- In flexcoders@yahoogroups.com, "Nate Pearson" <[EMAIL PROTECTED]> wrote: > > I have a line chart with multiple line series. I want that little > circle marker looking thing

[flexcoders] Re: Easy Chart Question

2008-05-20 Thread Nate Pearson
uhhh...I have to create a custom item renderer? Damn you ely... Can't I just set it in properties? This does not work: Can you be more specific? Code example? Thanks, Nate --- In flexcoders@yahoogroups.com, "ryanphelan" <[EMAIL PROTECTED]> wrote: > > I think you're looking for the "item

[flexcoders] Re: Easy Chart Question

2008-05-20 Thread Nate Pearson
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 flexcoders@yahoogroups.com, "Nate Pearson" <[EMAIL PROTECTED]> wrote: > > uhhh...I have to create a custom item renderer? Damn you ely... >

Re: [flexcoders] Re: Easy Chart Question

2008-05-20 Thread Sangavi G
Hi, You will have to set the "itemRenderer" on the series. The below code would probably help you: http://www.adobe.com/2006/mxml";> Regards, Sangavi On Wed, May 21, 2008 at 2:17 AM, Nate Pear