[flexcoders] Dynamic Flex Stacked Column Chart

2009-04-06 Thread jeffreyr6915
I'd like to create a dynamic Flex Stacked Column Chart at runtime, based on values out of a database. The following are the steps that I currently follow (without success): 1. Query the database and populate chartIemArrayColl with ChartItem objects 2. Iterate through chartIemArrayColl and only c

Re: [flexcoders] Dynamic Flex Stacked Column Chart

2009-04-15 Thread Richard Rodseth
Did you have any luck with this? I have a binding function as follows wrote: > I'd like to create a dynamic Flex Stacked Column Chart at runtime, based > on values out of a database. The following are the steps that I currently > follow (without success): > > 1. Query the database and

Re: [flexcoders] Dynamic Flex Stacked Column Chart

2009-04-23 Thread Richard Rodseth
Trying one more time. Surely there's a call (validateNow() ?, invalidateDisplayList() ? that would force a column chart to display properly after its series array has been dynamically constructed? I haven't been able to find a JIRA bug though this may be related: http://bugs.adobe.com/jira/browse

Re: [flexcoders] Dynamic Flex Stacked Column Chart

2009-04-23 Thread Maciek Sakrejda
What do you mean by "aligned with each other"? -Original Message- From: Richard Rodseth Reply-to: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Dynamic Flex Stacked Column Chart Date: Thu, 23 Apr 2009 13:13:51 -0700 Trying one more ti

Re: [flexcoders] Dynamic Flex Stacked Column Chart

2009-04-23 Thread Richard Rodseth
Reply-to: flexcoders@yahoogroups.com > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Dynamic Flex Stacked Column Chart > Date: Thu, 23 Apr 2009 13:13:51 -0700 > > Trying one more time. Surely there's a call (validateNow() ?, > invalidateDisplayList() ? tha

Re: [flexcoders] Dynamic Flex Stacked Column Chart

2009-04-23 Thread Richard Rodseth
y "aligned with each other"? >> >> >> -Original Message- >> From: Richard Rodseth > >> Reply-to: flexcoders@yahoogroups.com >> To: flexcoders@yahoogroups.com >> Subject: Re: [flexcoders] Dynamic Flex Stacked Co