# FarPoint.Web.Chart.RadarPlotArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_RadarPlotArea" data-uid="FarPoint.Web.Chart.RadarPlotArea" class="text-break">RadarPlotArea Class
</h1>
  <div class="markdown level0 summary"><p>Represents a radar 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">RadarPlotArea</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_RadarPlotArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RadarPlotArea : PlotArea, IXmlSerializable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RadarPlotArea
    Inherits PlotArea
    Implements IXmlSerializable, ICloneable</code></pre>
  </div>
  <h5 id="FarPoint_Web_Chart_RadarPlotArea_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
represent categories (around the edge of the plot area).  The y-axis
represent values (along a radius of the plot area).</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_RadarPlotArea__ctor" data-uid="FarPoint.Web.Chart.RadarPlotArea.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.RadarPlotArea.-ctor.html#FarPoint_Web_Chart_RadarPlotArea__ctor">RadarPlotArea()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarPlotArea__ctor_FarPoint_Web_Chart_RadarPlotArea_" data-uid="FarPoint.Web.Chart.RadarPlotArea.#ctor(FarPoint.Web.Chart.RadarPlotArea)">
          <a class="xref" href="FarPoint.Web.Chart.RadarPlotArea.-ctor.html#FarPoint_Web_Chart_RadarPlotArea__ctor_FarPoint_Web_Chart_RadarPlotArea_">RadarPlotArea(RadarPlotArea)</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_RadarPlotArea_BackWall" data-uid="FarPoint.Web.Chart.RadarPlotArea.BackWall">
          <a class="xref" href="FarPoint.Web.Chart.RadarPlotArea.BackWall.html#FarPoint_Web_Chart_RadarPlotArea_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_RadarPlotArea_XAxis" data-uid="FarPoint.Web.Chart.RadarPlotArea.XAxis">
          <a class="xref" href="FarPoint.Web.Chart.RadarPlotArea.XAxis.html#FarPoint_Web_Chart_RadarPlotArea_XAxis">XAxis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the x-axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarPlotArea_YAxes" data-uid="FarPoint.Web.Chart.RadarPlotArea.YAxes">
          <a class="xref" href="FarPoint.Web.Chart.RadarPlotArea.YAxes.html#FarPoint_Web_Chart_RadarPlotArea_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_RadarPlotArea_Clone" data-uid="FarPoint.Web.Chart.RadarPlotArea.Clone">
          <a class="xref" href="FarPoint.Web.Chart.RadarPlotArea.Clone.html#FarPoint_Web_Chart_RadarPlotArea_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_RadarPlotArea_GetSchema" data-uid="FarPoint.Web.Chart.RadarPlotArea.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.RadarPlotArea.GetSchema.html#FarPoint_Web_Chart_RadarPlotArea_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_RadarPlotArea_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.RadarPlotArea.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.RadarPlotArea.ReadXml.html#FarPoint_Web_Chart_RadarPlotArea_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_RadarPlotArea_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.RadarPlotArea.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.RadarPlotArea.WriteXml.html#FarPoint_Web_Chart_RadarPlotArea_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>
