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