# FarPoint.Web.Chart.PiePlotArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_PiePlotArea" data-uid="FarPoint.Web.Chart.PiePlotArea" class="text-break">PiePlotArea Class
</h1>
  <div class="markdown level0 summary"><p>Represents a pie plot area in a chart model.</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.Web.Chart.PlotArea.html">PlotArea</a></div>
    <div class="level2"><span class="xref">PiePlotArea</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.serialization.ixmlserializable">IXmlSerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_PiePlotArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PiePlotArea : PlotArea, IXmlSerializable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PiePlotArea
    Inherits PlotArea
    Implements IXmlSerializable, ICloneable</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_Web_Chart_PiePlotArea__ctor" data-uid="FarPoint.Web.Chart.PiePlotArea.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.PiePlotArea.-ctor.html#FarPoint_Web_Chart_PiePlotArea__ctor">PiePlotArea()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PiePlotArea__ctor_FarPoint_Web_Chart_PiePlotArea_" data-uid="FarPoint.Web.Chart.PiePlotArea.#ctor(FarPoint.Web.Chart.PiePlotArea)">
          <a class="xref" href="FarPoint.Web.Chart.PiePlotArea.-ctor.html#FarPoint_Web_Chart_PiePlotArea__ctor_FarPoint_Web_Chart_PiePlotArea_">PiePlotArea(PiePlotArea)</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>
    </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_Web_Chart_PiePlotArea_Clockwise" data-uid="FarPoint.Web.Chart.PiePlotArea.Clockwise">
          <a class="xref" href="FarPoint.Web.Chart.PiePlotArea.Clockwise.html#FarPoint_Web_Chart_PiePlotArea_Clockwise">Clockwise</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether pie slices are layed out clockwise or
counter clockwise.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PiePlotArea_HoleSize" data-uid="FarPoint.Web.Chart.PiePlotArea.HoleSize">
          <a class="xref" href="FarPoint.Web.Chart.PiePlotArea.HoleSize.html#FarPoint_Web_Chart_PiePlotArea_HoleSize">HoleSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the hole in the middle of the pie.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PiePlotArea_StartAngle" data-uid="FarPoint.Web.Chart.PiePlotArea.StartAngle">
          <a class="xref" href="FarPoint.Web.Chart.PiePlotArea.StartAngle.html#FarPoint_Web_Chart_PiePlotArea_StartAngle">StartAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle at which the first pie slice is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PiePlotArea_SweepAngle" data-uid="FarPoint.Web.Chart.PiePlotArea.SweepAngle">
          <a class="xref" href="FarPoint.Web.Chart.PiePlotArea.SweepAngle.html#FarPoint_Web_Chart_PiePlotArea_SweepAngle">SweepAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the total angle of all the pie slices.</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_Web_Chart_PiePlotArea_Clone" data-uid="FarPoint.Web.Chart.PiePlotArea.Clone">
          <a class="xref" href="FarPoint.Web.Chart.PiePlotArea.Clone.html#FarPoint_Web_Chart_PiePlotArea_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_Web_Chart_PiePlotArea_GetSchema" data-uid="FarPoint.Web.Chart.PiePlotArea.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.PiePlotArea.GetSchema.html#FarPoint_Web_Chart_PiePlotArea_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_Web_Chart_PiePlotArea_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.PiePlotArea.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.PiePlotArea.ReadXml.html#FarPoint_Web_Chart_PiePlotArea_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_Web_Chart_PiePlotArea_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.PiePlotArea.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.PiePlotArea.WriteXml.html#FarPoint_Web_Chart_PiePlotArea_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>
