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

In This Topic
    Remove Method (GaugeCollection)
    In This Topic
    Removes the specified C1GaugeBase from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal gauge As C1GaugeBase _
    ) 
    public void Remove( 
       C1GaugeBase gauge
    )

    Parameters

    gauge
    See Also