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

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

    Parameters

    decorators
    See Also