'Declaration Public Function New( _ ByVal plotArea As PiePlotArea _ )
'Usage Dim plotArea As PiePlotArea Dim instance As New PiePlotArea(plotArea)
public PiePlotArea( PiePlotArea plotArea )
Parameters
- plotArea
- Plot area to copy.
'Declaration Public Function New( _ ByVal plotArea As PiePlotArea _ )
'Usage Dim plotArea As PiePlotArea Dim instance As New PiePlotArea(plotArea)
public PiePlotArea( PiePlotArea plotArea )
Exception | Description |
---|---|
System.ArgumentNullException | plotArea is a null reference (Nothing in VB). |