Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 897 Bytes

Excel.ChartGroup.SizeRepresents.md

File metadata and controls

37 lines (22 loc) · 897 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ChartGroup.SizeRepresents property (Excel)
vbaxl10.chm568094
vbaxl10.chm568094
Excel.ChartGroup.SizeRepresents
db7811b5-6d65-d3e0-0c0b-83dcd3692cf1
04/20/2019
medium

ChartGroup.SizeRepresents property (Excel)

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.

Syntax

expression.SizeRepresents

expression A variable that represents a ChartGroup object.

Example

This example sets what the bubble size represents for chart group one.

Charts(1).ChartGroups(1).SizeRepresents = xlSizeIsWidth

[!includeSupport and feedback]