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

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

    Parameters

    item
    See Also