ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Double click event available in charts?
Posted by Ramya on Dec-24-2010 20:45
Can we implement double click functionality in clickable charts? if yes how can we achieve  it?

  Re: Double click event available in charts?
Posted by Peter Kwan on Dec-28-2010 00:49
Hi Ramya,

Since you mentioned about "clickable charts", I assume you are writing a web application.

You can implement double click functionality in a web page using standard HTML/Javascript. The double click event in HTML/Javascript is called ondblclick. You may refer to HTML/Javascript for more details on this event. There is an example in ChartDirector called "Javascript Clickable Charts" that demonstrates how to attach HTML/Javascript event handlers to hot spots. May be you can use it as a reference.

Hope this can help.

Regards
Peter Kwan