Hi,
   I want to add and event handler to the Image Chart to handle mouse
over events etc. However the following does not work for me:

                Handler.addHandler(imageChart, "onmouseover", new
OnMouseOverHandler() {

                        @Override
                        public void onMouseOverEvent(OnMouseOverEvent event) {
                                Window.alert("Row : " +event.getRow() + "Column 
:" +
event.getColumn());
                        }
                });

How can I had event handlers to an Image Chart?


Rgds
Sean

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to