I want to be able to show a tooltip when the user clicks on a point on a MSChart.
But how do I get it to run my function when the user clicks on the dots?

I found this function and tried to create a new one but it won´t run it.
"Private Sub object_PointSelected ( series As Integer, dataPoint As Integer, mouseFlags As Integer, cancel As Integer )"

Thanks