RE: [flexcoders] Waterfall chart

2006-11-03 Thread Matt Horn
I think you can do this with a column chart's minField property. Is this what you want? ?xml version=1.0? !-- charts/MinFieldColumn.mxml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script![CDATA[ import mx.collections.ArrayCollection; [Bindable] public var

RE: [flexcoders] Waterfall chart

2005-10-07 Thread Tom Fitzpatrick
Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Fitzpatrick Sent: Thursday, October 06, 2005 7:17 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Waterfall chart Importance: High Thanks, Ely. Can you point to or provide a simple example

RE: [flexcoders] Waterfall chart

2005-10-06 Thread Tom Fitzpatrick
Thanks, Ely. Can you point to or provide a simple example of dataprovider preprocessing? If my data structure is as follows: data result apple/apple orange/orange banana/banana /result ... /data I can see that I need

RE: [flexcoders] Waterfall chart

2005-10-05 Thread Ely Greenfield
Hi Tom. The best way to do this is to pre-process your dataprovider into a synthetic one that has all of the summed values in it. Use that as the dataprovider for the chart, and set the various min/max fields of the series appropriately. Ely. -Original Message- From: