Point.SecondaryPlot property (Excel)
True if the point is in the secondary section of either a Pie of Pie chart or a Bar of Pie chart. Applies only to points on Pie of Pie charts or Bar of Pie charts. Read/write Boolean.
Syntax
expression.SecondaryPlot
expression A variable that represents a Point object.
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.