Example of Drilldown in ASP.NET MVC Chart Control
This sample demonstrates a drill down chart with a pie for automobiles sales by region. Selecting a category navigates to its sub-categories, where sales are further broken down by country.
DEMO
SOURCE
In this example, you can see how to achieve the drilldown concept using a pie chart. Automobile sales are shown in different categories. By clicking each category, you can navigate to the next level, which shows the sales by categories made by each company. Datalabel
are used in this sample to show information about the data points.