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

Message ListMessage List     Post MessagePost Message

  Maximizing a chart On click
Posted by Divya on Dec-25-2013 00:31
Hello,

I want to maximize a chart on click of it. I am using a mutlichart with 4charts OnClick of
each chart it has to maximize .can this be possible using the chart director.

Thanks in advance for help

  Re: Maximizing a chart On click
Posted by Peter Kwan on Dec-25-2013 04:02
Hi Divya,

To detect a click on a chart, you may create an image map with an "<area>" entry for each chart. (It is just a standard HTML, and should be easy to create for rectangular regions of known size.) In the on click event handler, you can perform anything you like, such as creating and displaying a maximized version of the chart.

Hope this can help.

Regards
Peter Kwan