Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StripeCollection Class / Add Method
Stripe to add.


In This Topic
    Add Method (StripeCollection)
    In This Topic
    Adds a stripe to the collection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As Stripe _
    ) 
    'Usage
     
    
    Dim instance As StripeCollection
    Dim item As Stripe
     
    instance.Add(item)
    public void Add( 
       Stripe item
    )

    Parameters

    item
    Stripe to add.

    Return Value

    Index at which item was inserted
    Exceptions
    ExceptionDescription
    item is a null reference (Nothing in VB).
    See Also