[flexcoders] Re: can change pie chart color at runtime,please help

2007-09-27 Thread sonny gerson
thank you,i haven't try it yet,but very appreciate it. Tonight's top picks. What will you watch tonight? Preview the hottest shows on Yahoo! TV. http://tv.yahoo.com/

[flexcoders] Re: can change pie chart color at runtime,please help

2007-09-26 Thread jer_ela
This is how to set fills programatically: fills:Array = []; var fill:RadialGradient = new RadialGradient(); var entries:Array = []; entries.push( new GradientEntry(color, ratio, alpha)) entries.push( new GradientEntry(color2, ratio2, alpha2)) //additional entries as needed fill.entries = entries;