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.

Visual Basic for Applications
With Worksheets(1).ChartObjects(1).Chart.SeriesCollection(1) .Points(4).SecondaryPlot = True End With
find out if point is in secondary section pie chart move point to secondary section place point in slice pie chart secondary secondary plot Secondary Plot Property SecondaryPlot secondaryplot property

See also: