FarPoint.Win.Chart アセンブリ > FarPoint.Win.Chart 名前空間 > LegendAreaCollection クラス : Insert メソッド |
'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal item As LegendArea _ )
'使用法 Dim instance As LegendAreaCollection Dim index As Integer Dim item As LegendArea instance.Insert(index, item)
public void Insert( int index, LegendArea item )
例外 | 説明 |
---|---|
System.ArgumentNullException | itemがNull参照(VBではNothing)です。 |