Events are broken in the OWC10 version. It's a long story. There is a fix
for it posted on the MSDN website. Have a google for it. I dont. off the top
of my head, remember the url.
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @
www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------
Lanzelot said:
Initially I was using OWC 9 and I could fire the mousedown event like this:
Private Sub AxChartSpace1_MouseDown(ByVal sender As Object, ByVal downEvent
As AxOWC.IWebChartEvents_MouseDownEvent) Handles AxChartSpace1.MouseDownEvent
But after I switch to OWC10, I had problems firing the same event using the
following:
Private Sub AxChartSpace1_MouseDown(ByVal sender As Object, ByVal e As
AxOWC10.IChartEvents_MouseDownEvent) Handles AxChartSpace1.MouseDownEvent
I'm able to plot and display all the graphs I want without any problems
using the OWC10 chart, and the results are the same as per the older version
using OWC9. The only difference is that i can't fire my mousedown event
anymore, it seems to be ignored...
Can anyone provide a sample code on how to fire a mouse event in OWC10 chart?
Thanks a lot folks!!
Regards,
Lance