>
> Next up is the binding expression itself. Binding to "{series[0].data}"
> has several possible interpretations. One is that, once set, the value
> never changes. Another is that series could change or new items could
> replace what is at 0, or data itself changes. Each requires more and more
> sophisticated change event handling. But what didn't make sense right
> away was that you said series is an ArrayList and ArrayList doesn't have
> [0] slots, you have to call getItemAt instead.
>
The mention of series[0].data was just an expression to convey the
concept. The code series[0].data does not appear anywhere.
Thanks,
Om