OWC10 Chart in VB: Mouse Events cannot fire

L

Lanzelot

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
 
A

Alvin Bruney - ASP.NET MVP

see my earlier post

--
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top