PowerTools SPREAD for ASP.NET 8.0J
AddRange メソッド (LineSeriesCollection)

追加する系列の配列。
系列の配列をコレクションに追加します。
構文
'Declaration
 
Public Sub AddRange( _
   ByVal items() As LineSeries _
) 
public void AddRange( 
   LineSeries[] items
)

パラメータ

items
追加する系列の配列。
例外
例外説明
System.ArgumentNullExceptionitemsがNull参照(VBではNothing)であるか、一部のitems[i]がNull参照(VBではNothing)です。
参照

LineSeriesCollection クラス
LineSeriesCollection メンバ

 

 


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