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

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

    Parameters

    gauge
    See Also