PowerTools SPREAD for Windows Forms 10.0J
Item プロパティ (BoxWhiskerSeriesCollection)


指定したインデックスにある系列を取得または設定します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As BoxWhiskerSeries
'使用法
 
Dim instance As BoxWhiskerSeriesCollection
Dim index As Integer
Dim value As BoxWhiskerSeries
 
instance.Item(index) = value
 
value = instance.Item(index)
public BoxWhiskerSeries this[ 
   int index
]; {get; set;}

パラメータ

index

プロパティ値

系列。
例外
例外説明
System.ArgumentNullExceptionvalueがNull参照(VBではNothing)です。
参照

BoxWhiskerSeriesCollection クラス
BoxWhiskerSeriesCollection メンバ

 

 


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