Spread Windows Forms 12.0 Product Documentation
BubbleSize Property


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > XYBubbleSeries Class : BubbleSize Property
Gets or sets the size of the largest bubble.
Syntax
'Declaration
 
Public Property BubbleSize As Single
'Usage
 
Dim instance As XYBubbleSeries
Dim value As Single
 
instance.BubbleSize = value
 
value = instance.BubbleSize
public float BubbleSize {get; set;}
Exceptions
ExceptionDescription
value is less than or equal to zero or is greater than one.
Remarks
Size is measured relative to plot area width (0 = no width, 1 = width of plot area).
See Also

Reference

XYBubbleSeries Class
XYBubbleSeries Members