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

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

    Parameters

    item
    See Also