Click even on a PlotCurvePoint Chart

Hi,
before I waste too much time on it, is it possible to trigger a Click event on a PlotPoint of a PlotCurvePoint chart. I want the user to click on a PlotPoint circle and for additional information to be displayed. No matter what I do, I can’t get a Click event to trigger any where within the Chart. Has anyone manged to get a Click or Hover event to trigger on a Chart? This is all I am trying to do at the moment

<Clicked>
   <DebugAction Message="I WAS CLICKED!!!!" />
</Clicked>

Thanks for any help.

I am guessing this won’t help anyone else as I just made a silly mistake but, I had added a control on top of the chart so it appears that it was stopping the Click event from firing on the chart. I removed the text control and it worked as expected.