ComponentOne Chart for WPF and Silverlight
Move Method (PlotAreaCollection)


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

Parameters

oldIndex
newIndex
See Also

Reference

PlotAreaCollection Class
PlotAreaCollection Members