ChartGroup.ShowNegativeBubbles Property
true if negative bubbles are shown for the chart group. Read/write Boolean value.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property ShowNegativeBubbles As Boolean
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As Boolean
value = instance.ShowNegativeBubbles
instance.ShowNegativeBubbles = value
bool ShowNegativeBubbles { get; set; }
Property Value
Type: System.Boolean
Remarks
The property is valid only for bubble charts.