Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotAreaCollection Class / RemoveAt Method
Index of plot area.


In This Topic
    RemoveAt Method (PlotAreaCollection)
    In This Topic
    Removes a plot area from the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As PlotAreaCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    Index of plot area.
    See Also