FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / AreaSeriesCollection Class / RemoveAt Method
Index of series.


In This Topic
RemoveAt Method (AreaSeriesCollection)
In This Topic
Removes the series at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As AreaSeriesCollection
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Index of series.
See Also