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

Message ListMessage List     Post MessagePost Message

  Drilldown charts
Posted by Prata on Oct-13-2015 02:32
Does chartdirector support drilldown charts.
To be clear, let us a say I generate a bar graph and when I click on a bar in that graph it
should display the data related to that bar in a different graph on the same form. Is there
any way we can do this using chart director?

  Re: Drilldown charts
Posted by Prata on Oct-13-2015 02:39
Also, I would like an example for this clickable chart in .net.

  Re: Drilldown charts
Posted by Peter Kwan on Oct-14-2015 00:16
Hi Prata,

Are you using ChartDirector for a web application (as opposed to a desktop application)?
There are already clickable drilldown charts example included in the ChartDirector download.
See:

http://www.advsofteng.com/doc/cdnet.htm#simpleclickable.htm

If you are writing a Windows Forms application instead, most of the examples in the
NetWinCharts sample Visual Studio project is clickable. In the sample code, when you click
the bars, a ClickHotSpot event will be triggered. The event handler in the sample code
simply displays information about the clicked bar. You can put your own code in the event
handler to achieve the things you would like to do, such as to display another chart based
on the bar clicked.

Hope this can help.

Regards
Peter Kwan