ChartGroup.SizeRepresents Property

Returns or sets what the bubble size represents on a bubble chart. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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.Word.XlSizeRepresents
Can be either of the following XlSizeRepresents constants: xlSizeIsArea or xlSizeIsWidth

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.Word Namespace