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


In This Topic
    InsertItem Method (ChartPanelObjectCollection)
    In This Topic
    Inserts an element into the collection at the specified index.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As ChartPanelObject _
    ) 
    'Usage
     
    
    Dim instance As ChartPanelObjectCollection
    Dim index As Integer
    Dim item As ChartPanelObject
     
    instance.InsertItem(index, item)
    protected override void InsertItem( 
       int index,
       ChartPanelObject item
    )

    Parameters

    index
    item
    See Also