How can I help you?
Drill Operations in Windows Forms Pivot Chart
Through expanders, you can drill down to the next level of hierarchy and drill up to the previous level. The pivot chart 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