DataLabels.ShowBubbleSize Property
Set to True to show the bubble size for the data labels on a chart. False to hide. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowBubbleSize As Boolean
Get
Set
'Usage
Dim instance As DataLabels
Dim value As Boolean
value = instance.ShowBubbleSize
instance.ShowBubbleSize = value
bool ShowBubbleSize { get; set; }
Property Value
Type: System.Boolean
Boolean