# FarPoint.Web.Chart.PolarPlotArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_PolarPlotArea" data-uid="FarPoint.Web.Chart.PolarPlotArea" class="text-break">PolarPlotArea Class
</h1>
  <div class="markdown level0 summary"><p>Represents a polar 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">PolarPlotArea</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_PolarPlotArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PolarPlotArea : PlotArea, IXmlSerializable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PolarPlotArea
    Inherits PlotArea
    Implements IXmlSerializable, ICloneable</code></pre>
  </div>
  <h5 id="FarPoint_Web_Chart_PolarPlotArea_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The plot area has an x-axis, a y-axis, and a back wall.  The x-axis
represents angle values. The y-axis represents radius values.</p>
</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_PolarPlotArea__ctor" data-uid="FarPoint.Web.Chart.PolarPlotArea.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.PolarPlotArea.-ctor.html#FarPoint_Web_Chart_PolarPlotArea__ctor">PolarPlotArea()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new plot area</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarPlotArea__ctor_FarPoint_Web_Chart_PolarPlotArea_" data-uid="FarPoint.Web.Chart.PolarPlotArea.#ctor(FarPoint.Web.Chart.PolarPlotArea)">
          <a class="xref" href="FarPoint.Web.Chart.PolarPlotArea.-ctor.html#FarPoint_Web_Chart_PolarPlotArea__ctor_FarPoint_Web_Chart_PolarPlotArea_">PolarPlotArea(PolarPlotArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates 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_PolarPlotArea_BackWall" data-uid="FarPoint.Web.Chart.PolarPlotArea.BackWall">
          <a class="xref" href="FarPoint.Web.Chart.PolarPlotArea.BackWall.html#FarPoint_Web_Chart_PolarPlotArea_BackWall">BackWall</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the back wall.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarPlotArea_StartAngle" data-uid="FarPoint.Web.Chart.PolarPlotArea.StartAngle">
          <a class="xref" href="FarPoint.Web.Chart.PolarPlotArea.StartAngle.html#FarPoint_Web_Chart_PolarPlotArea_StartAngle">StartAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle at which the origin is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarPlotArea_XAxis" data-uid="FarPoint.Web.Chart.PolarPlotArea.XAxis">
          <a class="xref" href="FarPoint.Web.Chart.PolarPlotArea.XAxis.html#FarPoint_Web_Chart_PolarPlotArea_XAxis">XAxis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the x-axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarPlotArea_YAxes" data-uid="FarPoint.Web.Chart.PolarPlotArea.YAxes">
          <a class="xref" href="FarPoint.Web.Chart.PolarPlotArea.YAxes.html#FarPoint_Web_Chart_PolarPlotArea_YAxes">YAxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of y axes.</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_PolarPlotArea_Clone" data-uid="FarPoint.Web.Chart.PolarPlotArea.Clone">
          <a class="xref" href="FarPoint.Web.Chart.PolarPlotArea.Clone.html#FarPoint_Web_Chart_PolarPlotArea_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_PolarPlotArea_GetSchema" data-uid="FarPoint.Web.Chart.PolarPlotArea.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.PolarPlotArea.GetSchema.html#FarPoint_Web_Chart_PolarPlotArea_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_PolarPlotArea_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.PolarPlotArea.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.PolarPlotArea.ReadXml.html#FarPoint_Web_Chart_PolarPlotArea_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_PolarPlotArea_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.PolarPlotArea.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.PolarPlotArea.WriteXml.html#FarPoint_Web_Chart_PolarPlotArea_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>
