[]
Plot area for sunburst chart.
[TypeConverter(typeof(GenericTypeConverter<SunburstPlotArea>))]
public class SunburstPlotArea : PlotArea, IXmlSerializable, ICloneable, ISerializable, IDeserializationCallback
<TypeConverter(GetType(GenericTypeConverter(Of SunburstPlotArea)))>
Public Class SunburstPlotArea
Inherits PlotArea
Implements IXmlSerializable, ICloneable, ISerializable, IDeserializationCallback
| Name | Description |
|---|---|
| SunburstPlotArea() | Creates a new plot area. |
| SunburstPlotArea(SunburstPlotArea) | Create a new plot area that is a deep copy of the specified plot area. |
| SunburstPlotArea(SerializationInfo, StreamingContext) | Creates a new SunburstPlotArea from serialization. |
| Name | Description |
|---|---|
| BackWall | Gets or sets the back wall. |
| Name | Description |
|---|---|
| Clone() | Creates a deep copy of this plot area. |
| GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
| GetSchema() | This method is reserved and should not be used. |
| ReadXml(XmlReader) | Generates an object from its XML representation |
| WriteXml(XmlWriter) | Converts an object into its XML representation. |