ComponentOne Chart for WPF and Silverlight
RemoveAt Method (LightCollection)


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

Parameters

index
See Also

Reference

LightCollection Class
LightCollection Members