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

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

    Parameters

    index
    gauge
    See Also