# FarPoint.Win.Chart.PolarSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_PolarSeries" data-uid="FarPoint.Win.Chart.PolarSeries" class="text-break">PolarSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Base class for 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.Win.Chart.Series.html">Series</a></div>
    <div class="level2"><span class="xref">PolarSeries</span></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Chart.PolarAreaSeries.html">PolarAreaSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Chart.PolarLineSeries.html">PolarLineSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.html">PolarPointSeries</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IXmlSerializable</span></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_PolarSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class PolarSeries : Series, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class PolarSeries
    Inherits Series
    Implements IXmlSerializable</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_PolarSeries__ctor" data-uid="FarPoint.Win.Chart.PolarSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.PolarSeries.-ctor.html#FarPoint_Win_Chart_PolarSeries__ctor">PolarSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PolarSeries__ctor_FarPoint_Win_Chart_PolarSeries_" data-uid="FarPoint.Win.Chart.PolarSeries.#ctor(FarPoint.Win.Chart.PolarSeries)">
          <a class="xref" href="FarPoint.Win.Chart.PolarSeries.-ctor.html#FarPoint_Win_Chart_PolarSeries__ctor_FarPoint_Win_Chart_PolarSeries_">PolarSeries(PolarSeries)</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_Win_Chart_PolarSeries_YAxisId" data-uid="FarPoint.Win.Chart.PolarSeries.YAxisId">
          <a class="xref" href="FarPoint.Win.Chart.PolarSeries.YAxisId.html#FarPoint_Win_Chart_PolarSeries_YAxisId">YAxisId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ID of the y-axis on which the series is plotted.</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_PolarSeries_GetSchema" data-uid="FarPoint.Win.Chart.PolarSeries.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.PolarSeries.GetSchema.html#FarPoint_Win_Chart_PolarSeries_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_PolarSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.PolarSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.PolarSeries.ReadXml.html#FarPoint_Win_Chart_PolarSeries_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_PolarSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.PolarSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.PolarSeries.WriteXml.html#FarPoint_Win_Chart_PolarSeries_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>
