RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-13 Thread Ely Greenfield
you need to set it on the pie series, not the pie chart. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios GianninasSent: Wednesday, July 12, 2006 2:23 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Setting fill value of a pie chart

RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-13 Thread Dimitrios Gianninas
yes noticed that too, thx Ely. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely GreenfieldSent: Thursday, July 13, 2006 10:19 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Setting fill

RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-12 Thread Matt Horn
You want to do it on the series, not on the chart object itself; eg: series1.setStyle(fills,[0x00,0x00FF00]); hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent:

RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-12 Thread Dimitrios Gianninas
Thx that worked! Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt HornSent: Wednesday, July 12, 2006 3:11 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Setting fill value of a pie chart

RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-12 Thread Jerre Teague
fill value of a pie chart programmatically You want to do it on the series, not on the chart object itself; eg: series1.setStyle(fills,[0x00,0x00FF00]); hth, matt horn flex docs -Original Message- From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com

RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-12 Thread Dimitrios Gianninas
@yahoogroups.com Subject: RE: [flexcoders] Setting fill value of a pie chart programmatically You want to do it on the series, not on the chart object itself; eg: series1.setStyle(fills,[0x00,0x00FF00]); hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com