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