SpreadsheetGear 2017
BubbleSizes Property (ISeries)






SpreadsheetGear.Charts Namespace > ISeries Interface : BubbleSizes Property
Gets or sets the bubble size values for the series.
Syntax
'Declaration
 
Property BubbleSizes As System.Object
'Usage
 
Dim instance As ISeries
Dim value As System.Object
 
instance.BubbleSizes = value
 
value = instance.BubbleSizes
System.object BubbleSizes {get; set;}
read-write property BubbleSizes: System.TObject; 
function get,set BubbleSizes : System.Object
__property System.Object* get_BubbleSizes();
__property void set_BubbleSizes( 
   System.Object* value
);
property System.Object^ BubbleSizes {
   System.Object^ get();
   void set (    System.Object^ 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

ISeries Interface
ISeries Members
Values Property
XValues Property