title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
ChartGroup.SizeRepresents property (Excel) |
vbaxl10.chm568094 |
|
|
db7811b5-6d65-d3e0-0c0b-83dcd3692cf1 |
04/20/2019 |
medium |
Returns or sets what the bubble size represents on a bubble chart. Can be either of the following XlSizeRepresents constants: xlSizeIsArea or xlSizeIsWidth. Read/write Long.
expression.SizeRepresents
expression A variable that represents a ChartGroup object.
This example sets what the bubble size represents for chart group one.
Charts(1).ChartGroups(1).SizeRepresents = xlSizeIsWidth
[!includeSupport and feedback]