Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelAreaCollection Class / Add Method
Label area.


In This Topic
    Add Method (LabelAreaCollection)
    In This Topic
    Adds a label area to the collection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As LabelArea _
    ) 
    'Usage
     
    
    Dim instance As LabelAreaCollection
    Dim item As LabelArea
     
    instance.Add(item)
    public void Add( 
       LabelArea item
    )

    Parameters

    item
    Label area.
    Exceptions
    ExceptionDescription
    item is a null reference (Nothing in VB).
    See Also