Double Click Event

TeeChart for ActiveX, COM and ASP
Post Reply
ModelTech
Newbie
Newbie
Posts: 28
Joined: Tue Oct 09, 2007 12:00 am

Double Click Event

Post by ModelTech » Wed Nov 28, 2007 11:22 am

Hi,

How can I "get" double click event from TeeChart Graph biult in Internet Explorer (via VBScript)?

The issue is: I want to watch on TeeChart Graph and when it will be DoubleClick event to print some alert.

Is it a special feature of Chart like Chart1.DblClick = true ?

Thanks in advance,
Danila.

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

Post by Narcís » Wed Nov 28, 2007 2:20 pm

Hi Danila,

No, you should basically the same syntax you'd use in Visual Basic. You'll find some examples in ASP Server Examples at TeeChart's program gorup.
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

ModelTech
Newbie
Newbie
Posts: 28
Joined: Tue Oct 09, 2007 12:00 am

Post by ModelTech » Wed Nov 28, 2007 3:00 pm

Thank you,

I will read these examples.

Post Reply