Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / TreemapPlotArea Class / TreemapPlotArea Constructor / TreemapPlotArea Constructor(TreemapPlotArea)
Plot area to copy.


In This Topic
    TreemapPlotArea Constructor(TreemapPlotArea)
    In This Topic
    Create a new plot area that is a deep copy of the specified plot area.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal plotArea As TreemapPlotArea _
    )
    'Usage
     
    
    Dim plotArea As TreemapPlotArea
     
    Dim instance As New TreemapPlotArea(plotArea)
    public TreemapPlotArea( 
       TreemapPlotArea plotArea
    )

    Parameters

    plotArea
    Plot area to copy.
    Exceptions
    ExceptionDescription
    plotArea is a null reference (Nothing in VB).
    See Also