Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (LineSeriesCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LineSeriesCollection Class : RemoveAt Method
Index of series.
Removes the series at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As LineSeriesCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

index
Index of series.
See Also

Reference

LineSeriesCollection Class
LineSeriesCollection Members