[flexcoders] Re: getStyle(fill) from chart series fails

2008-10-23 Thread Amy
--- In flexcoders@yahoogroups.com, john fisher [EMAIL PROTECTED] wrote: I must be doing something simple wrong here. What I am doing: creating a column chart entirely in AS, and controlling the colors, and series, and legend in AS. The legend will be in a grid, instead of automatic in

Re: [flexcoders] Re: getStyle(fill) from chart series fails

2008-10-23 Thread john fisher
good idea, I should trace that way... This code ( in the adobe example) works: var star:* = myChart.series[z].getStyle(fill); [object SolidColor] This code FAILS: series1 = new ColumnSeries(); // snipped other property settings var star:* = series1.getStyle(fill); undefined and yet This