ComponentOne Chart for WPF and Silverlight
Move Method (ChartPanelObjectCollection)


C1.WPF.C1Chart Namespace > ChartPanelObjectCollection Class : Move Method
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Sub Move( _
   ByVal oldIndex As System.Integer, _
   ByVal newIndex As System.Integer _
) 
'Usage
 
Dim instance As ChartPanelObjectCollection
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

ChartPanelObjectCollection Class
ChartPanelObjectCollection Members