'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.
'Declaration Public Function New( _ ByVal plotArea As TreemapPlotArea _ )
'Usage Dim plotArea As TreemapPlotArea Dim instance As New TreemapPlotArea(plotArea)
public TreemapPlotArea( TreemapPlotArea plotArea )
Exception | Description |
---|---|
System.ArgumentNullException | plotArea is a null reference (Nothing in VB). |