Point.SecondaryPlot Property

true if the point is in the secondary section of either a pie-of-pie chart or a bar-of-pie chart. Read/write Boolean value.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property SecondaryPlot As Boolean
    Get
    Set
'Usage
Dim instance As Point
Dim value As Boolean

value = instance.SecondaryPlot

instance.SecondaryPlot = value
bool SecondaryPlot { get; set; }

Property Value

Type: System.Boolean

Remarks

This property applies only to points on pie-of-pie charts or bar-of-pie charts.

See Also

Reference

Point Interface

Point Members

Microsoft.Office.Interop.PowerPoint Namespace