ChartGroup.ShowNegativeBubbles Property
Returns or sets the value that determines if negative bubbles are shown for the chart group. Valid only for bubble charts. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
A Boolean set to True if negative bubbles are shown for the chart group, otherwise False.