Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendAreaCollection Class / Add Method
Legend area.


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

    Parameters

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