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

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

    Parameters

    item
    See Also