SecondaryPlot Property Example

This example must be run on either a pie of pie chart or a bar of pie chart. The example moves point four to the secondary section of the chart.

With Worksheets(1).ChartObjects(1).Chart.SeriesCollection(1)
    .Points(4).SecondaryPlot = True
End With