'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;}
'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;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | value is less than or equal to zero or is greater than one. |