Share via


ChartGroup.BubbleScale Property

Returns or sets the scale factor for bubbles in the specified chart group. Read/write 64-bit signed integer.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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

Remarks

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

Note

This property applies only to bubble charts.

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.PowerPoint Namespace