[]
Creates a new plot area.
public SunburstPlotArea()
Public Sub New()
Create a new plot area that is a deep copy of the specified plot area.
public SunburstPlotArea(SunburstPlotArea plotArea)
Public Sub New(plotArea As SunburstPlotArea)
| Type | Name | Description |
|---|---|---|
| SunburstPlotArea | plotArea | Plot area to copy. |
| Type | Condition |
|---|---|
| ArgumentNullException | plotArea is a null reference (Nothing in VB). |
Creates a new SunburstPlotArea from serialization.
protected SunburstPlotArea(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | |
| StreamingContext | context |