ComponentOne BulletGraph for WinForms
C1.Win.Gauge Namespace / GaugeCollection Class / AddRange Method

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

    Parameters

    gauges
    See Also