Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartCollection Class / Remove Method
The chart.


In This Topic
    Remove Method (SpreadChartCollection)
    In This Topic
    Removes the specified chart.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal chart As SpreadChart _
    ) 
    'Usage
     
    
    Dim instance As SpreadChartCollection
    Dim chart As SpreadChart
     
    instance.Remove(chart)
    public void Remove( 
       SpreadChart chart
    )

    Parameters

    chart
    The chart.
    See Also