On 12 Apr 2007 02:44:56 -0700, Tom Chiverton <[EMAIL PROTECTED]>
wrote:

On Thursday 12 Apr 2007, Ryan wrote:

> ChartData [ArrayCollection]
>
>   -  series [ArrayCollection]
>
>     - 0 [Array] (array of numbers, for the first year)
>     - 1 [Array] (array of numbers, for the second year)
>     - ..etc..etc..
>
>   -  axis [ArrayCollection]
>     - 0 [Array] (array of strings, these are the labels]
..
> in an ArrayCollection?  I've tried the obvious thing of setting the
> datasource to chartData.getItem(x).

Not chartData.series ?

--
Tom Chiverton
Helping to professionally incentivize seamless content
on: http://thefalken.livejournal.com


chartData.series contains a collection of series, so just mapping that
doesn't help.  I need to specify one of the arrays in chartData.series - i.e.
chartData.series[x]..

--
Ryan

Reply via email to