Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYBubbleSeries Class / BubbleSize Property


BubbleSize Property (XYBubbleSeries)
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
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