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

Message ListMessage List     Post MessagePost Message

  Help
Posted by Adnan on Feb-22-2021 21:34
I want to ask how to get the tracking mouse from multiple graphs if these graphs in one page.
thank you so much

  Re: Help
Posted by Peter Kwan on Feb-23-2021 01:58
Hi Adnan,

For "page", are you referring to a web page? Would you mind to clarify which programming language edition of ChartDirector you are using, and the web framework you are using?

For the web edition of the "Programmable Track Cursor" sample code, when the web page is loaded, it will set up the "MouseMovePlotArea" event handler for the WebChartViewer.

If you have multiple charts on the same page, you will have multiple WebChartViewer objects. In this case, you just need to set up the "MouseMovePlotArea" event handlers for all your WebChartViewer objects.

If you need an example, please let me know your programming language and web framework.

Regards
Peter Kwan