ComponentOne Chart for WPF and Silverlight
CopyTo Method (PlotAreaCollection)


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

Parameters

array
index
See Also

Reference

PlotAreaCollection Class
PlotAreaCollection Members