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


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

PolarPointSeries クラス
PolarPointSeries メンバ

 

 


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