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

In This Topic
    Remove Method (ShapeCollection)
    In This Topic
    Removes the specified C1GaugeBaseShape from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal item As C1GaugeBaseShape _
    ) 
    public void Remove( 
       C1GaugeBaseShape item
    )

    Parameters

    item
    See Also