OnMouseMove - several Series

TeeChart for ActiveX, COM and ASP
Post Reply
Mike
Newbie
Newbie
Posts: 40
Joined: Wed Jan 28, 2004 5:00 am

OnMouseMove - several Series

Post by Mike » Fri Nov 26, 2004 12:29 pm

hello,

I've created several point series and now I want to display their data values in textfields. How can I do that?

I've tried to use the onMouseMove function to follow the mouse movements, and it's partly working. When I move the mouse cursor above Series0, it's working, but when I move above Series1 (or others), it is not working.

How can I follow the mouse movements on ANY Series, and display the data of ALL Series in the textfields?

The best way to do this would be using a cursor, and it's x-value determines the y-values of different Series. I also use three custom y-axes.

Thanks for any advices!

Mike

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Nov 29, 2004 8:58 am

Hi Mike,

I've attached one example into the steema.public.attachments newsgroups (with the same Subject) which does this.

Mike
Newbie
Newbie
Posts: 40
Joined: Wed Jan 28, 2004 5:00 am

working

Post by Mike » Tue Jan 18, 2005 11:45 am

hi Pep,

thanks for the example, it's working now. I find this forum very useful, I have managed to solve various problems with help from you guys.

Mike

David
Advanced
Posts: 203
Joined: Tue Nov 08, 2005 5:00 am

Post by David » Thu Oct 26, 2006 3:28 am

Pep wrote:Hi Mike,

I've attached one example into the steema.public.attachments newsgroups (with the same Subject) which does this.
Hi, Pep,

I also want to know how to realize it, but I can't visit the newsgroup. Would you please send your example code to my email? Hopefully it is VC++ code.

Thank you very much!
David

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Oct 26, 2006 7:51 am

Hi David,

I've just sent you the example to your forums e-mail contact address. Please let me know if you don't receive it.

BTW: It's a Visual Basic example but it should give you the ideas on how to achieve that and porting it to VC++ shouldn't be difficult.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

David
Advanced
Posts: 203
Joined: Tue Nov 08, 2005 5:00 am

Post by David » Thu Oct 26, 2006 9:41 am

Hi, Narcís,

I haven't got your email. Did you cmopress the files in zip format? Would you please send it to my personal email address: ls_fn@yahoo.com.sg?

Thank you very much!
David

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Oct 26, 2006 9:49 am

Hi David,

Yes, I sent it as a .zip package. Now I forwarded it to your personal e-mail address.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

David
Advanced
Posts: 203
Joined: Tue Nov 08, 2005 5:00 am

Post by David » Thu Oct 26, 2006 10:32 am

Got it. Thanks!

Post Reply