FarPoint.Win.Chart アセンブリ > FarPoint.Win.Chart 名前空間 > XYBubbleSeries クラス : BubbleSize プロパティ |
'Declaration Public Property BubbleSize As Single
'使用法 Dim instance As XYBubbleSeries Dim value As Single instance.BubbleSize = value value = instance.BubbleSize
public float BubbleSize {get; set;}
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | valueが0以下であるか、1を超えています。 |