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