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

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

    Parameters

    item
    See Also