ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / AxisCollection Class / RemoveItem Method
Index of the element to remove.


In This Topic
    RemoveItem Method (AxisCollection)
    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 AxisCollection
    Dim index As Integer
     
    instance.RemoveItem(index)
    protected override void RemoveItem( 
       int index
    )

    Parameters

    index
    Index of the element to remove.
    See Also