ComponentOne Chart for WPF and Silverlight
Insert Method (PlotAreaCollection)


C1.WPF.C1Chart Namespace > PlotAreaCollection Class : Insert Method
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As PlotArea _
) 
'Usage
 
Dim instance As PlotAreaCollection
Dim index As System.Integer
Dim item As PlotArea
 
instance.Insert(index, item)
[__DynamicallyInvokable()]
public void Insert( 
   System.int index,
   PlotArea item
)

Parameters

index
item
See Also

Reference

PlotAreaCollection Class
PlotAreaCollection Members