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

In This Topic
    Add Method (DecoratorCollection)
    In This Topic
    Adds the specified C1GaugeDecorator to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal decorator As C1GaugeDecorator _
    ) As System.Integer
    public System.int Add( 
       C1GaugeDecorator decorator
    )

    Parameters

    decorator
    See Also