Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendArea Class / LegendArea Constructor / LegendArea Constructor(LegendArea)
Legend area to copy.


In This Topic
    LegendArea Constructor(LegendArea)
    In This Topic
    Creates a new legend area that is a deep copy of the specified legend area.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal legendArea As LegendArea _
    )
    'Usage
     
    
    Dim legendArea As LegendArea
     
    Dim instance As New LegendArea(legendArea)
    public LegendArea( 
       LegendArea legendArea
    )

    Parameters

    legendArea
    Legend area to copy.
    See Also