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

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

    Parameters

    item
    See Also