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
955
Drilldown functionality.
posted

I went through the Data Drilldown sample. Using the 3 level hierarchy (Manufacturer, product and invenstory), one can select the depth to show. 

Lets pretent that there are 10 levels, does the treemap automatically support say showing 3 levels at a time starting from a given level. Lets say, we start at level 5, we only show entries at level 5, 6 and 7. We can move a slider to 7 and the control will display levels 7, 8 and 9 (of the 10 level hierarchy).

Given that we have a deeply nested hierarchy, my guess is that we would have to code it using data filters, filtering out all the data that is not of interest (e.g., filter out less than 7 and greater than 9 when at level 7) and rebinding this to the control. Hope this query makes sense.

Note that the filter example shows a heat map. I'm assuming this is possible for treemap. Please validate.

Thanks
Rick