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

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

    Parameters

    items
    See Also