ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / ShapeCollection Class / Insert Method

In This Topic
    Insert Method (ShapeCollection)
    In This Topic
    Inserts the specified C1GaugeBaseShape into this collection at the given index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As C1GaugeBaseShape _
    ) 
    public void Insert( 
       System.int index,
       C1GaugeBaseShape item
    )

    Parameters

    index
    item
    See Also