RE: [flexcoders] Help - need to access all chartItems! (bug in findDataPoints()?)

2007-06-08 Thread Ely Greenfield
Hi Peter. About findDataPoints() - various series types optimize under the assumption that their data never overlaps (i.e., a columnSeries assumes its columns don't sit on top of each other, so you never need to see tips for multiple columns at once). As far as accessing the chart items.

Re: [flexcoders] Help - need to access all chartItems! (bug in findDataPoints()?)

2007-06-08 Thread Tom Chiverton
On Friday 08 Jun 2007, Peter Demling wrote: > So first off, any suggestions for how to refer to all currently > displayed chartItems - without using findDataPoints If you are operating in a subclass of the Chart in question, you'd be able to pull them straight out yourself, maybe ? I'm guessing t