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

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

    Parameters

    pointer
    See Also