ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartPanelObjectCollection Class / RemoveItem Method


In This Topic
    RemoveItem Method (ChartPanelObjectCollection)
    In This Topic
    Removes the item at the specified index of the collection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As ChartPanelObjectCollection
    Dim index As Integer
     
    instance.RemoveItem(index)
    protected override void RemoveItem( 
       int index
    )

    Parameters

    index
    See Also