ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / DataSeriesCollection Class / RemoveItem Method
The index of element to remove.


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

    Parameters

    index
    The index of element to remove.
    See Also