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. Applies only to points on pie of pie charts or bar of pie charts. Read/write Boolean.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Boolean

See Also

Reference

Point Interface

Point Members

Microsoft.Office.Interop.Word Namespace