Drill Operations in Windows Forms Pivot Chart

13 Jul 20211 minute to read

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.

  • C#
  • this.pivotChart1.AllowDrillDown = true;
  • VBNET
  • Me.pivotChart1.AllowDrillDown = True

    Windows forms pivotchart displays up and down level in chart