GrapeCity ActiveReports for .NET 14.0J
Insert メソッド (SeriesCollection)

GrapeCity.ActiveReports.Chart アセンブリ > GrapeCity.ActiveReports.Chart 名前空間 > SeriesCollection クラス : Insert メソッド
系列の挿入位置のインデックス。
挿入する系列。
系列をコレクションの指定したインデックス位置に挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Series _
) 
public void Insert( 
   int index,
   Series value
)

パラメータ

index
系列の挿入位置のインデックス。
value
挿入する系列。
参照

SeriesCollection クラス
SeriesCollection メンバ