GrapeCity SPREAD for Windows Forms 11.0J
SetTotal メソッド


ポイントのインデックス
ポイントが合計かどうか
ポイントが合計かどうかを設定します。
構文
'Declaration
 
Public Sub SetTotal( _
   ByVal index As Integer, _
   ByVal isTotal As Boolean _
) 
'使用法
 
Dim instance As WaterfallSeries
Dim index As Integer
Dim isTotal As Boolean
 
instance.SetTotal(index, isTotal)
public void SetTotal( 
   int index,
   bool isTotal
)

パラメータ

index
ポイントのインデックス
isTotal
ポイントが合計かどうか
参照

WaterfallSeries クラス
WaterfallSeries メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.