Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 581 Bytes

1f1288d5-71c5-f5da-583c-584db90c6c33.md

File metadata and controls

33 lines (15 loc) · 581 Bytes

ChartGroup.ShowNegativeBubbles Property (Excel)

True if negative bubbles are shown for the chart group. Valid only for bubble charts. Read/write Boolean .

Syntax

expression . ShowNegativeBubbles

expression A variable that represents a ChartGroup object.

Example

Worksheets(1).ChartObjects(1).Chart _ 
 .ChartGroups(1).ShowNegativeBubbles = True

See also

Concepts

ChartGroup Object

Other resources

ChartGroup Object Members