# FarPoint.Web.Chart.PolarAreaSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_PolarAreaSeries" data-uid="FarPoint.Web.Chart.PolarAreaSeries" class="text-break">PolarAreaSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents an area series in a polar 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.Web.Chart.Series.html">Series</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Web.Chart.PolarSeries.html">PolarSeries</a></div>
    <div class="level3"><span class="xref">PolarAreaSeries</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.serialization.ixmlserializable">IXmlSerializable</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_PolarAreaSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PolarAreaSeries : PolarSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PolarAreaSeries
    Inherits PolarSeries
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Web_Chart_PolarAreaSeries_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Each point in the series contains two values: x (angle) and y (radius).
Area borders and area fills can be assigned for the series or
for a point with null (Nothing in VB) indicating unassigned.</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_PolarAreaSeries__ctor" data-uid="FarPoint.Web.Chart.PolarAreaSeries.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.-ctor.html#FarPoint_Web_Chart_PolarAreaSeries__ctor">PolarAreaSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAreaSeries__ctor_FarPoint_Web_Chart_PolarAreaSeries_" data-uid="FarPoint.Web.Chart.PolarAreaSeries.#ctor(FarPoint.Web.Chart.PolarAreaSeries)">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.-ctor.html#FarPoint_Web_Chart_PolarAreaSeries__ctor_FarPoint_Web_Chart_PolarAreaSeries_">PolarAreaSeries(PolarAreaSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series that is a deep copy of the specified series.</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_PolarAreaSeries_AreaBorder" data-uid="FarPoint.Web.Chart.PolarAreaSeries.AreaBorder">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.AreaBorder.html#FarPoint_Web_Chart_PolarAreaSeries_AreaBorder">AreaBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the area border for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAreaSeries_AreaBorders" data-uid="FarPoint.Web.Chart.PolarAreaSeries.AreaBorders">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.AreaBorders.html#FarPoint_Web_Chart_PolarAreaSeries_AreaBorders">AreaBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of area borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAreaSeries_AreaFill" data-uid="FarPoint.Web.Chart.PolarAreaSeries.AreaFill">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.AreaFill.html#FarPoint_Web_Chart_PolarAreaSeries_AreaFill">AreaFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the area fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAreaSeries_AreaFills" data-uid="FarPoint.Web.Chart.PolarAreaSeries.AreaFills">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.AreaFills.html#FarPoint_Web_Chart_PolarAreaSeries_AreaFills">AreaFills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of area fills for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAreaSeries_CloseContour" data-uid="FarPoint.Web.Chart.PolarAreaSeries.CloseContour">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.CloseContour.html#FarPoint_Web_Chart_PolarAreaSeries_CloseContour">CloseContour</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the last point is connected to the first point.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAreaSeries_Count" data-uid="FarPoint.Web.Chart.PolarAreaSeries.Count">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.Count.html#FarPoint_Web_Chart_PolarAreaSeries_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_Web_Chart_PolarAreaSeries_GapDepth" data-uid="FarPoint.Web.Chart.PolarAreaSeries.GapDepth">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.GapDepth.html#FarPoint_Web_Chart_PolarAreaSeries_GapDepth">GapDepth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of space between series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAreaSeries_LabelContainsXValue" data-uid="FarPoint.Web.Chart.PolarAreaSeries.LabelContainsXValue">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.LabelContainsXValue.html#FarPoint_Web_Chart_PolarAreaSeries_LabelContainsXValue">LabelContainsXValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the x value in displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAreaSeries_LabelContainsYValue" data-uid="FarPoint.Web.Chart.PolarAreaSeries.LabelContainsYValue">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.LabelContainsYValue.html#FarPoint_Web_Chart_PolarAreaSeries_LabelContainsYValue">LabelContainsYValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the y value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAreaSeries_XValues" data-uid="FarPoint.Web.Chart.PolarAreaSeries.XValues">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.XValues.html#FarPoint_Web_Chart_PolarAreaSeries_XValues">XValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of x values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAreaSeries_YValues" data-uid="FarPoint.Web.Chart.PolarAreaSeries.YValues">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.YValues.html#FarPoint_Web_Chart_PolarAreaSeries_YValues">YValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of y 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_Web_Chart_PolarAreaSeries_Clone" data-uid="FarPoint.Web.Chart.PolarAreaSeries.Clone">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.Clone.html#FarPoint_Web_Chart_PolarAreaSeries_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAreaSeries_GetSchema" data-uid="FarPoint.Web.Chart.PolarAreaSeries.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.GetSchema.html#FarPoint_Web_Chart_PolarAreaSeries_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_PolarAreaSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.PolarAreaSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.ReadXml.html#FarPoint_Web_Chart_PolarAreaSeries_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_PolarAreaSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.PolarAreaSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.PolarAreaSeries.WriteXml.html#FarPoint_Web_Chart_PolarAreaSeries_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>
