PowerTools SPREAD for Windows Forms 8.0J
GapDepth プロパティ (XYLineSeries)


系列間の間隔の量を取得または設定します。
構文
'Declaration
 
Public Property GapDepth As Single
'使用法
 
Dim instance As XYLineSeries
Dim value As Single
 
instance.GapDepth = value
 
value = instance.GapDepth
public float GapDepth {get; set;}
例外
例外説明
System.ArgumentOutOfRangeExceptionvalueが0未満であるか、5を超えています。
解説
間隔の奥行きは、データポイントの奥行きに対して相対的に測定されます(0 = 間隔なし、1 = 間隔とデータポイントの奥行きは同じ)。
参照

XYLineSeries クラス
XYLineSeries メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.