Spread Windows Forms 12.0 Product Documentation
TreemapPlotArea Constructor(TreemapPlotArea)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > TreemapPlotArea Class > TreemapPlotArea Constructor : TreemapPlotArea Constructor(TreemapPlotArea)
Plot area to copy.
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

Reference

TreemapPlotArea Class
TreemapPlotArea Members
Overload List