When creating the pie chart, I added the following code to insure that only one data series was graphed: chart1.Data.Series = 1 Not sure why it worked the first time, but now I can switch between the chart types and the pie chart always fill the screen. Hopefully this will help someone else who runs...