How to enable drill down in PivotChart

18 Nov 20181 minute to read

The PivotChart has built-in support to drill up and down the PivotSeries population. This behavior can be achieved by enabling the AllowDrillDown property.

this.pivotChart1.AllowDrillDown = true;
Me.pivotChart1.AllowDrillDown = True

Sample: <InstalledLocation>\Syncfusion\EssentialStudio\<InstalledVersion>\Windows\PivotChart.Windows\Samples\PivotChart Layout\DrillDown Demo\CS