# FarPoint.Win.Chart.SunburstPlotArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_SunburstPlotArea" data-uid="FarPoint.Win.Chart.SunburstPlotArea" class="text-break">SunburstPlotArea Class
</h1>
  <div class="markdown level0 summary"><p>Plot area for sunburst chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.Win.Chart.PlotArea.html">PlotArea</a></div>
    <div class="level2"><span class="xref">SunburstPlotArea</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IXmlSerializable</span></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.ideserializationcallback">IDeserializationCallback</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_SunburstPlotArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;SunburstPlotArea&gt;))]
public class SunburstPlotArea : PlotArea, IXmlSerializable, ICloneable, ISerializable, IDeserializationCallback</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of SunburstPlotArea)))&gt;
Public Class SunburstPlotArea
    Inherits PlotArea
    Implements IXmlSerializable, ICloneable, ISerializable, IDeserializationCallback</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstPlotArea__ctor" data-uid="FarPoint.Win.Chart.SunburstPlotArea.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.SunburstPlotArea.-ctor.html#FarPoint_Win_Chart_SunburstPlotArea__ctor">SunburstPlotArea()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstPlotArea__ctor_FarPoint_Win_Chart_SunburstPlotArea_" data-uid="FarPoint.Win.Chart.SunburstPlotArea.#ctor(FarPoint.Win.Chart.SunburstPlotArea)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstPlotArea.-ctor.html#FarPoint_Win_Chart_SunburstPlotArea__ctor_FarPoint_Win_Chart_SunburstPlotArea_">SunburstPlotArea(SunburstPlotArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a new plot area that is a deep copy of the specified
plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstPlotArea__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Chart.SunburstPlotArea.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstPlotArea.-ctor.html#FarPoint_Win_Chart_SunburstPlotArea__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">SunburstPlotArea(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new SunburstPlotArea from serialization.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstPlotArea_BackWall" data-uid="FarPoint.Win.Chart.SunburstPlotArea.BackWall">
          <a class="xref" href="FarPoint.Win.Chart.SunburstPlotArea.BackWall.html#FarPoint_Win_Chart_SunburstPlotArea_BackWall">BackWall</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the back wall.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstPlotArea_Clone" data-uid="FarPoint.Win.Chart.SunburstPlotArea.Clone">
          <a class="xref" href="FarPoint.Win.Chart.SunburstPlotArea.Clone.html#FarPoint_Win_Chart_SunburstPlotArea_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstPlotArea_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Chart.SunburstPlotArea.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstPlotArea.GetObjectData.html#FarPoint_Win_Chart_SunburstPlotArea_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo">SerializationInfo</a> with the data needed to serialize the target object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstPlotArea_GetSchema" data-uid="FarPoint.Win.Chart.SunburstPlotArea.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.SunburstPlotArea.GetSchema.html#FarPoint_Win_Chart_SunburstPlotArea_GetSchema">GetSchema()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is reserved and should not be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstPlotArea_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.SunburstPlotArea.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstPlotArea.ReadXml.html#FarPoint_Win_Chart_SunburstPlotArea_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates an object from its XML representation</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstPlotArea_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.SunburstPlotArea.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstPlotArea.WriteXml.html#FarPoint_Win_Chart_SunburstPlotArea_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an object into its XML representation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
