ChartGroup.BubbleScale Property

Returns or sets the scale factor for bubbles in the specified chart group. Read/write.

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

Syntax

'Declaration
Property BubbleScale As Integer
    Get
    Set
'Usage
Dim instance As ChartGroup
Dim value As Integer

value = instance.BubbleScale

instance.BubbleScale = value
int BubbleScale { get; set; }

Property Value

Type: System.Int32
Integer

Remarks

This property can be set to an integer from 0 (zero) to 300, corresponding to a percentage of the default size.

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.Word Namespace