ComponentOne Chart for WPF and Silverlight
RemoveAt Method (PlotAreaCollection)


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

Parameters

index
See Also

Reference

PlotAreaCollection Class
PlotAreaCollection Members