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