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