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

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

    Parameters

    item
    See Also