I'm new to flex so there may be an obvious way to do this that I am
missing.
 
In my charts, my users want to drill down from the month view to the
days of month view by clicking on the month name (categoryAxis,
categoryfield) for the horizontal axis.
 
However, from what I can see CategoryAxis has no mouse events (or any
other events) associated with it.  So my question is specific but may
have broad application.
 
1.  How do I add events to an item that does not have any?
2.  How do I associate this event with a layout on the screen where the
object seemingly keeps no reference to position?
 
The only thing I can think of is pursuing looking at the fully rendered
chart, figuring out x and y coordinates of the items (from an eyes on
view),  and then making areas of the screen clickable (and able to
generate events).   This does not seem very generic though and seems
heavily dependent up on eyes on the screen (which seems fraught with
peril to me).
 
Suggestions? 
 
Since I'm new to flex, it would really help me if the answer could be
tied specifically to the categoryAxis issue thats stumping me.
 
brad

Reply via email to