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

In This Topic
    AddRange Method (CapCircleCollection)
    In This Topic
    Adds a group of C1GaugeCapCircle objects to the end of the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal items() As C1GaugeCapCircle _
    ) 
    public void AddRange( 
       C1GaugeCapCircle[] items
    )

    Parameters

    items
    See Also