title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
ChartGroup.ShowNegativeBubbles property (Excel) |
vbaxl10.chm568096 |
|
|
1f1288d5-71c5-f5da-583c-584db90c6c33 |
04/20/2019 |
medium |
True if negative bubbles are shown for the chart group. Valid only for bubble charts. Read/write Boolean.
expression.ShowNegativeBubbles
expression A variable that represents a ChartGroup object.
Worksheets(1).ChartObjects(1).Chart _
.ChartGroups(1).ShowNegativeBubbles = True
[!includeSupport and feedback]