PowerTools SPREAD for Windows Forms 8.0J
Item プロパティ (SeriesCollection)


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

パラメータ

index
系列のインデックス。

プロパティ値

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

SeriesCollection クラス
SeriesCollection メンバ

 

 


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