Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / LegendAreaCollection Class / Remove Method
Legend area.


In This Topic
    Remove Method (LegendAreaCollection)
    In This Topic
    Removes a legend area from the collection.
    Syntax
    'Declaration
     
    
    Public Function Remove( _
       ByVal item As LegendArea _
    ) As Boolean
    'Usage
     
    
    Dim instance As LegendAreaCollection
    Dim item As LegendArea
    Dim value As Boolean
     
    value = instance.Remove(item)
    public bool Remove( 
       LegendArea item
    )

    Parameters

    item
    Legend area.

    Return Value

    true if item was successfully removed from the collection; otherwise, false.
    See Also