ChartGroup.SizeRepresents Property

Returns or sets what the bubble size represents on a bubble chart. Can be either of the following XlSizeRepresents constants: xlSizeIsArea or xlSizeIsWidth.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property SizeRepresents As XlSizeRepresents
    Get
    Set
'Usage
Dim instance As ChartGroup
Dim value As XlSizeRepresents

value = instance.SizeRepresents

instance.SizeRepresents = value
XlSizeRepresents SizeRepresents { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlSizeRepresents

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.Excel Namespace