Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Treemap
posted

Hi,
I was wondering whether the Treemap component that you offer as part of the bundle can have an interactive "drill in" functionality" i.e. when the user clicks on a specific rectangle on the chart he will be able to move one layer down and display the data underlying this specific rectangle (it will probably pass a parameter)? or is it just a static non-interactive image that the component can generate?

thanks in advance.

Parents
No Data
Reply
  • 28496
    Offline posted

    there is a server-side ChartDataClicked event that will be raised when you click a Box in a TreeMapChart.  you can handle this event and change the data based on what Box was clicked... so drilldown is a simple task.  the WinChart samples explorer has a DrillDown sample which follows a similar design.

Children