SecondaryPlot property (Excel Graph)

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 Required. An expression that returns one of the objects in the Applies To list.

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 myChart.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.