FarPoint.Web.Chart 名前空間 > LineSeriesCollection クラス : InsertRange メソッド |
'Declaration
Public Sub InsertRange( _ ByVal index As Integer, _ ByVal items() As LineSeries _ )
public void InsertRange( int index, LineSeries[] items )
例外 | 説明 |
---|---|
System.ArgumentNullException | itemsがNull参照(VBではNothing)であるか、一部のitems[i]がNull参照(VBではNothing)です。 |