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