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

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

    Parameters

    items
    See Also