SizeRepresents Property

Applies To

ChartGroup object.

Description

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.

Example

This example sets what the bubble size represents for the chart. (The example assumes that the chart is a bubble chart.)

myChart.ChartGroups(1).SizeRepresents = xlSizeIsWidth