SpreadsheetGear 2017
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;}
read-write property BubbleScale: System.Double; 
function get,set BubbleScale : System.double
__property System.double get_BubbleScale();
__property void set_BubbleScale( 
   System.double value
);
property System.double BubbleScale {
   System.double get();
   void set (    System.double value);
}
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