Brendan - thank you that worked!!!
In my case it was:
in side a loop
{
var cs:ColumnSeries = new ColumnSeries();
cs.yField = some dynamic val...
cs.name = some dynamic val...
//added the next line and Legend now displays...
cs.displayName = some dynamic val...
then
chart.series.push(cs); //to add the new ColumnSeries()
}
--- In [email protected], "Brendan Meutzner"
<[EMAIL PROTECTED]> wrote:
>
> Anthony,
>
> I had a similar issue with my legend not getting updated... check
carefully
> that you're setting displayName on your new Series item... without
that, my
> legend wasn't getting updated...
>
> HTH,
>
> Brendan
>
> On 7/31/06, Anthony DeBonis <[EMAIL PROTECTED]> wrote:
> >
> >
> > I also ran into an issue like while dynamicly creating
ColumnSeries()
> > this and .push onto the Array worked BUT does not update the
Legend.
> >
> > I have tired resetting leged's DP back to the Chart again but
nothing.
> >
> > Any ideas?
> >
> > Flex 2 w/Charting
> >
> >
> >
>
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/