events handle in classic ASP

BadBoy911

New Member
I'm using ChartFX to create charts in classic ASP pages.I need to catch the event "GetPointLabel" on my chart object (server side), but I can't manage to do it... Here's my code (which doesn't work: the function is never fired):\[quote\] Private Sub Chart1_GetPointLabel(ByVal sender, ByVal args) 'some handling code End Sub\[/quote\]Is this the right way to handle events in classic ASP ?Thanks,Nicolas
 
Back
Top