[]
Creates a new plot area.
public RadarPlotArea()
Public Sub New()
Creates a new plot area that is a deep copy of the specified plot area.
public RadarPlotArea(RadarPlotArea plotArea)
Public Sub New(plotArea As RadarPlotArea)
Type | Name | Description |
---|---|---|
RadarPlotArea | plotArea | Plot area to copy. |
Type | Condition |
---|---|
ArgumentNullException | plotArea is a null reference (Nothing in VB). |