'DeclarationPublic Property BubbleSize As Single
'UsageDim instance As XYBubbleSeries Dim value As Single instance.BubbleSize = value value = instance.BubbleSize
public float BubbleSize {get; set;}
'DeclarationPublic Property BubbleSize As Single
'UsageDim 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. |