ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / AxisCollection Class / InsertItem Method
Index at which the element is inserted.
Element to insert


In This Topic
    InsertItem Method (AxisCollection)
    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 Axis _
    ) 
    'Usage
     
    
    Dim instance As AxisCollection
    Dim index As Integer
    Dim item As Axis
     
    instance.InsertItem(index, item)
    protected override void InsertItem( 
       int index,
       Axis item
    )

    Parameters

    index
    Index at which the element is inserted.
    item
    Element to insert
    See Also