Category / Section
How to implement the drill down effect in a chart?
3 mins read
First create chart series of any type and get the chart pointIndex using ChartRegionClick event. Then create new chart series of differert chart type and display the labels according to the selected point index.
Please try the attached sample for full source code.