# FarPoint.Win.Chart.SunburstSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_SunburstSeries" data-uid="FarPoint.Win.Chart.SunburstSeries" class="text-break">SunburstSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Sunburst series in a sunburst plot area.</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.Series.html">Series</a></div>
    <div class="level2"><span class="xref">SunburstSeries</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><span class="xref">IXmlSerializable</span></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</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_SunburstSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;SunburstSeries&gt;))]
[PlotArea(typeof(SunburstPlotArea))]
public class SunburstSeries : Series, ICloneable, IXmlSerializable, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of SunburstSeries)))&gt;
&lt;PlotArea(GetType(SunburstPlotArea))&gt;
Public Class SunburstSeries
    Inherits Series
    Implements ICloneable, IXmlSerializable, ISerializable</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_SunburstSeries__ctor" data-uid="FarPoint.Win.Chart.SunburstSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.-ctor.html#FarPoint_Win_Chart_SunburstSeries__ctor">SunburstSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries__ctor_FarPoint_Win_Chart_SunburstSeries_" data-uid="FarPoint.Win.Chart.SunburstSeries.#ctor(FarPoint.Win.Chart.SunburstSeries)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.-ctor.html#FarPoint_Win_Chart_SunburstSeries__ctor_FarPoint_Win_Chart_SunburstSeries_">SunburstSeries(SunburstSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series that is a deep copy of the specified series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Chart.SunburstSeries.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.-ctor.html#FarPoint_Win_Chart_SunburstSeries__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">SunburstSeries(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new SunburstSeries 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_SunburstSeries_Border" data-uid="FarPoint.Win.Chart.SunburstSeries.Border">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.Border.html#FarPoint_Win_Chart_SunburstSeries_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border for the surface.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_Borders" data-uid="FarPoint.Win.Chart.SunburstSeries.Borders">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.Borders.html#FarPoint_Win_Chart_SunburstSeries_Borders">Borders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_CategoryNames" data-uid="FarPoint.Win.Chart.SunburstSeries.CategoryNames">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.CategoryNames.html#FarPoint_Win_Chart_SunburstSeries_CategoryNames">CategoryNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of category names for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_Count" data-uid="FarPoint.Win.Chart.SunburstSeries.Count">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.Count.html#FarPoint_Win_Chart_SunburstSeries_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of points in the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_Fill" data-uid="FarPoint.Win.Chart.SunburstSeries.Fill">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.Fill.html#FarPoint_Win_Chart_SunburstSeries_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill for the surface.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_Fills" data-uid="FarPoint.Win.Chart.SunburstSeries.Fills">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.Fills.html#FarPoint_Win_Chart_SunburstSeries_Fills">Fills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of fills for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_LabelContainsCategoryName" data-uid="FarPoint.Win.Chart.SunburstSeries.LabelContainsCategoryName">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.LabelContainsCategoryName.html#FarPoint_Win_Chart_SunburstSeries_LabelContainsCategoryName">LabelContainsCategoryName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the category name is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_LabelContainsValue" data-uid="FarPoint.Win.Chart.SunburstSeries.LabelContainsValue">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.LabelContainsValue.html#FarPoint_Win_Chart_SunburstSeries_LabelContainsValue">LabelContainsValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_LabelVisible" data-uid="FarPoint.Win.Chart.SunburstSeries.LabelVisible">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.LabelVisible.html#FarPoint_Win_Chart_SunburstSeries_LabelVisible">LabelVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the data labels are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_Values" data-uid="FarPoint.Win.Chart.SunburstSeries.Values">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.Values.html#FarPoint_Win_Chart_SunburstSeries_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of values for the series.</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_SunburstSeries_Clone" data-uid="FarPoint.Win.Chart.SunburstSeries.Clone">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.Clone.html#FarPoint_Win_Chart_SunburstSeries_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_GetCateGoryNames_System_Int32_" data-uid="FarPoint.Win.Chart.SunburstSeries.GetCateGoryNames(System.Int32)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.GetCateGoryNames.html#FarPoint_Win_Chart_SunburstSeries_GetCateGoryNames_System_Int32_">GetCateGoryNames(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Get category by index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Chart.SunburstSeries.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.GetObjectData.html#FarPoint_Win_Chart_SunburstSeries_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_SunburstSeries_GetSchema" data-uid="FarPoint.Win.Chart.SunburstSeries.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.GetSchema.html#FarPoint_Win_Chart_SunburstSeries_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_SunburstSeries_GetValue_System_Int32_" data-uid="FarPoint.Win.Chart.SunburstSeries.GetValue(System.Int32)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.GetValue.html#FarPoint_Win_Chart_SunburstSeries_GetValue_System_Int32_">GetValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Get value by index</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.SunburstSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.ReadXml.html#FarPoint_Win_Chart_SunburstSeries_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_SunburstSeries_ReadXmlElement_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.SunburstSeries.ReadXmlElement(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.ReadXmlElement.html#FarPoint_Win_Chart_SunburstSeries_ReadXmlElement_System_Xml_XmlReader_">ReadXmlElement(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the child XML element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_SunburstSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.SunburstSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.SunburstSeries.WriteXml.html#FarPoint_Win_Chart_SunburstSeries_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>
