# FarPoint.Win.Chart.PolarPointSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_PolarPointSeries" data-uid="FarPoint.Win.Chart.PolarPointSeries" class="text-break">PolarPointSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a point 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"><a class="xref" href="FarPoint.Win.Chart.PolarSeries.html">PolarSeries</a></div>
    <div class="level3"><span class="xref">PolarPointSeries</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><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_PolarPointSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;PolarPointSeries&gt;))]
public class PolarPointSeries : PolarSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of PolarPointSeries)))&gt;
Public Class PolarPointSeries
    Inherits PolarSeries
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Win_Chart_PolarPointSeries_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Each point contains two values: x (angle) and y (radius).  Point
borders and point fills can be assigned for the series or
for a point in the series 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_Win_Chart_PolarPointSeries__ctor" data-uid="FarPoint.Win.Chart.PolarPointSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.-ctor.html#FarPoint_Win_Chart_PolarPointSeries__ctor">PolarPointSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PolarPointSeries__ctor_FarPoint_Win_Chart_PolarPointSeries_" data-uid="FarPoint.Win.Chart.PolarPointSeries.#ctor(FarPoint.Win.Chart.PolarPointSeries)">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.-ctor.html#FarPoint_Win_Chart_PolarPointSeries__ctor_FarPoint_Win_Chart_PolarPointSeries_">PolarPointSeries(PolarPointSeries)</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_PolarPointSeries_Count" data-uid="FarPoint.Win.Chart.PolarPointSeries.Count">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.Count.html#FarPoint_Win_Chart_PolarPointSeries_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_Win_Chart_PolarPointSeries_GapDepth" data-uid="FarPoint.Win.Chart.PolarPointSeries.GapDepth">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.GapDepth.html#FarPoint_Win_Chart_PolarPointSeries_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_Win_Chart_PolarPointSeries_LabelContainsXValue" data-uid="FarPoint.Win.Chart.PolarPointSeries.LabelContainsXValue">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.LabelContainsXValue.html#FarPoint_Win_Chart_PolarPointSeries_LabelContainsXValue">LabelContainsXValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the x value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PolarPointSeries_LabelContainsYValue" data-uid="FarPoint.Win.Chart.PolarPointSeries.LabelContainsYValue">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.LabelContainsYValue.html#FarPoint_Win_Chart_PolarPointSeries_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_Win_Chart_PolarPointSeries_PointBorder" data-uid="FarPoint.Win.Chart.PolarPointSeries.PointBorder">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.PointBorder.html#FarPoint_Win_Chart_PolarPointSeries_PointBorder">PointBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point border for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PolarPointSeries_PointBorders" data-uid="FarPoint.Win.Chart.PolarPointSeries.PointBorders">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.PointBorders.html#FarPoint_Win_Chart_PolarPointSeries_PointBorders">PointBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of point borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PolarPointSeries_PointFill" data-uid="FarPoint.Win.Chart.PolarPointSeries.PointFill">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.PointFill.html#FarPoint_Win_Chart_PolarPointSeries_PointFill">PointFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PolarPointSeries_PointFills" data-uid="FarPoint.Win.Chart.PolarPointSeries.PointFills">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.PointFills.html#FarPoint_Win_Chart_PolarPointSeries_PointFills">PointFills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of point fills for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PolarPointSeries_PointMarker" data-uid="FarPoint.Win.Chart.PolarPointSeries.PointMarker">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.PointMarker.html#FarPoint_Win_Chart_PolarPointSeries_PointMarker">PointMarker</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point marker for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PolarPointSeries_PointMarkers" data-uid="FarPoint.Win.Chart.PolarPointSeries.PointMarkers">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.PointMarkers.html#FarPoint_Win_Chart_PolarPointSeries_PointMarkers">PointMarkers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of point markers for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PolarPointSeries_VaryColors" data-uid="FarPoint.Win.Chart.PolarPointSeries.VaryColors">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.VaryColors.html#FarPoint_Win_Chart_PolarPointSeries_VaryColors">VaryColors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether each data point is displayed with a different color.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PolarPointSeries_XValues" data-uid="FarPoint.Win.Chart.PolarPointSeries.XValues">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.XValues.html#FarPoint_Win_Chart_PolarPointSeries_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_Win_Chart_PolarPointSeries_YValues" data-uid="FarPoint.Win.Chart.PolarPointSeries.YValues">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.YValues.html#FarPoint_Win_Chart_PolarPointSeries_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_Win_Chart_PolarPointSeries_Clone" data-uid="FarPoint.Win.Chart.PolarPointSeries.Clone">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.Clone.html#FarPoint_Win_Chart_PolarPointSeries_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PolarPointSeries_GetSchema" data-uid="FarPoint.Win.Chart.PolarPointSeries.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.GetSchema.html#FarPoint_Win_Chart_PolarPointSeries_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_PolarPointSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.PolarPointSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.ReadXml.html#FarPoint_Win_Chart_PolarPointSeries_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_PolarPointSeries_ReadXmlElement_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.PolarPointSeries.ReadXmlElement(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.ReadXmlElement.html#FarPoint_Win_Chart_PolarPointSeries_ReadXmlElement_System_Xml_XmlReader_">ReadXmlElement(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the child XML element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PolarPointSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.PolarPointSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.PolarPointSeries.WriteXml.html#FarPoint_Win_Chart_PolarPointSeries_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>
