RE: [flexcoders] Controlling Pie Chart Colors

2005-05-19 Thread Battershall, Jeff
: [flexcoders] Controlling Pie Chart Colors Hi Jeff. You should absolutely be able to set the fills array at runtime. Something like: mySeries.setStyle(fills, [0xFF,0x00FF00,0xFF]); should work. Can you send me a snippet of sample code? Incidentally ,if you want to make sure

RE: [flexcoders] Controlling Pie Chart Colors

2005-05-19 Thread Ely Greenfield
@yahoogroups.com Subject: RE: [flexcoders] Controlling Pie Chart Colors Importance: High Ely, Thanks. So how do you drill down to the correct style object? If try to give my PieSeries an id, the compiler says, Nested object properties cannot have IDs. Setting the fills style for the PieChart.series object

RE: [flexcoders] Controlling Pie Chart Colors

2005-05-19 Thread Battershall, Jeff
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Controlling Pie Chart Colors Importance: High Ely, Thanks. So how do you drill down to the correct style object? If try to give my PieSeries an id, the compiler says, Nested object properties cannot have IDs. Setting the fills style

RE: [flexcoders] Controlling Pie Chart Colors

2005-05-19 Thread Battershall, Jeff
into the series array. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Thursday, May 19, 2005 12:45 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Controlling Pie Chart Colors Ely, THAT WORKS, thank you

[flexcoders] Controlling Pie Chart Colors

2005-05-18 Thread Battershall, Jeff
I've got a situation where certain pie charts may or may not have certain classifications won't be represented if there are no values available in the data provider. The colors are not consistent from chart to chart - its just pulling the next color from the fill array. So say on one chart cash

RE: [flexcoders] Controlling Pie Chart Colors

2005-05-18 Thread Ely Greenfield
PROTECTED] On Behalf Of Battershall, Jeff Sent: Wednesday, May 18, 2005 11:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Controlling Pie Chart Colors Importance: High I've got a situation where certain pie charts may or may not have certain classifications won't be represented