tags:

views:

198

answers:

1

hi,

Is there a way to detect when the mouse goes over a bar in the chart ?

+1  A: 

Take a look at ImageMapUtilities. I added mouseover capabilities by drawing custom XYAnnotations over what I wanted the browser to respond to, and specifying the appropriate tooltip/URLs in the annotation.

(the above is particularly useful for a browser)

Brian Agnew