Re: [flexcoders] Getting Index of Array Collection from current Mouse Position in areaChart

2007-04-24 Thread Michael Wills
Hi Patrick,

I'm not sure if this will help, but you can listen for an itemRollOver 
event on your area chart. That will trigger an ChartItemEvent which in 
it has hitData and hitSet which info on the items that triggered the 
event. Perhaps you can get the actual data from that.

Michael

patricklemiuex wrote:

 Forgive if you see this post, I haven't seen my post, post and I
 haven't seen a reply.

 Is it possible to get an index of an array collection from a mouseover
 on an area chart.

 Thanks,
 Patrick

  


Re: [flexcoders] Getting Index of Array Collection from current Mouse Position in areaChart

2007-04-24 Thread {reduxdj}
Sweet, i'll give it a shot. thanks

Michael Wills wrote:

 Hi Patrick,

 I'm not sure if this will help, but you can listen for an itemRollOver
 event on your area chart. That will trigger an ChartItemEvent which in
 it has hitData and hitSet which info on the items that triggered the
 event. Perhaps you can get the actual data from that.

 Michael

 patricklemiuex wrote:
 
  Forgive if you see this post, I haven't seen my post, post and I
  haven't seen a reply.
 
  Is it possible to get an index of an array collection from a mouseover
  on an area chart.
 
  Thanks,
  Patrick
 
 

  




[flexcoders] Getting Index of Array Collection from current Mouse Position in areaChart

2007-04-23 Thread patricklemiuex
I can get the coordinates from Ely's example working, but instead of a
plot chart, I am using an area Chart.  Is it possible to get a 
reference to my arrayCollection inndex from a mouseover position?


I'm trying to make a chart zoomble by mousing over the chart and
holding the mouse over it...  

Thanks,
Patrick



[flexcoders] Getting Index of Array Collection from current Mouse Position in areaChart

2007-04-23 Thread patricklemiuex
Forgive if you see this post, I haven't seen my post, post and I
haven't seen a reply.

Is it possible to get an index of an array collection from a mouseover
on an area chart.

Thanks,
Patrick