Page 1 of 1

Double Click Event

Posted: Wed Nov 28, 2007 11:22 am
by 15046980
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.

Posted: Wed Nov 28, 2007 2:20 pm
by narcis
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.

Posted: Wed Nov 28, 2007 3:00 pm
by 15046980
Thank you,

I will read these examples.