-
Chartspace events
I am triying to handle events for a chartspace (Web components 10) but nothing seems to work...
The chartspace is the only control in my form that does not respond to the events.
I have read about the event handling, but the info is not for vb.net.
Can anyone help me?
I am triyng to catch the ViewChange event... But, Click and DblClick dont work either
Thanks!!!!
-
Re: Chartspace events
I had the same problem. The way I got it to work was to set the EnableEvents property of the Chartspace to True.