SpreadsheetGear 2023
BubbleScale Property (IChartGroup)


SpreadsheetGear.Charts Namespace > IChartGroup Interface : BubbleScale Property
Gets or sets the percentage of the default bubble size to use for the size of bubbles on a bubble chart.
Syntax
'Declaration
 
Property BubbleScale As System.Double
'Usage
 
Dim instance As IChartGroup
Dim value As System.Double
 
instance.BubbleScale = value
 
value = instance.BubbleScale
System.double BubbleScale {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChartGroup Interface
IChartGroup Members