Intersoft ClientUI Documentation
Size Property (BubbleDataPoint)



Gets or sets the size value of the bubble data point.
Syntax
Public Property Size As Double
Dim instance As BubbleDataPoint
Dim value As Double
 
instance.Size = value
 
value = instance.Size
public double Size {get; set;}
public:
property double Size {
   double get();
   void set (    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

BubbleDataPoint Class
BubbleDataPoint Members

Send Feedback