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


TreemapPlotArea Constructor(TreemapPlotArea)
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)

Parameters

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