ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / ValueImageCollection Class / Add Method

In This Topic
    Add Method (ValueImageCollection)
    In This Topic
    Adds the specified C1GaugeValueImage to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal item As C1GaugeValueImage _
    ) As System.Integer
    public System.int Add( 
       C1GaugeValueImage item
    )

    Parameters

    item
    See Also