[flexcoders] Re: Cartesian Charts colum styling different from other chart types

2006-12-05 Thread Oscar
] On Behalf Of Tim Hoff Sent: Monday, December 04, 2006 2:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Cartesian Charts colum styling different from other chart types Hi Oscar, For Cartesian Charts, you have to specify the itemRenderer for dropShadow

[flexcoders] Re: Cartesian Charts colum styling different from other chart types

2006-12-04 Thread Tim Hoff
Hi Oscar, For Cartesian Charts, you have to specify the itemRenderer for dropShadow: import mx.charts.renderers.ShadowBoxItemRenderer; mx:ColumnSeries itemRenderer=mx.charts.renderers.ShadowBoxItemRenderer/ -TH __ Tim Hoff Cynergy Systems, Inc.

RE: [flexcoders] Re: Cartesian Charts colum styling different from other chart types

2006-12-04 Thread Ely Greenfield
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim Hoff Sent: Monday, December 04, 2006 2:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Cartesian Charts colum styling different from other chart types Hi Oscar, For Cartesian Charts

[flexcoders] Re: Cartesian Charts colum styling different from other chart types

2006-12-04 Thread Tim Hoff
: [flexcoders] Re: Cartesian Charts colum styling different from other chart types Hi Oscar, For Cartesian Charts, you have to specify the itemRenderer for dropShadow: import mx.charts.renderers.ShadowBoxItemRenderer; mx:ColumnSeries itemRenderer=mx.charts.renderers.ShadowBoxItemRenderer