ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeMap Namespace / C1TreeMapItemBindingCollection Class / Remove Method

In This Topic
    Remove Method (C1TreeMapItemBindingCollection)
    In This Topic
    Removes binding from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal binding As C1TreeMapItemBinding _
    ) 
    public void Remove( 
       C1TreeMapItemBinding binding
    )

    Parameters

    binding
    See Also