# FarPoint.Web.Chart.PolarLineSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_PolarLineSeries" data-uid="FarPoint.Web.Chart.PolarLineSeries" class="text-break">PolarLineSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a line 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">PolarLineSeries</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_PolarLineSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PolarLineSeries : PolarSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PolarLineSeries
    Inherits PolarSeries
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Web_Chart_PolarLineSeries_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Each point contains two values: x (angle) and y (radius).  Line
borders and line area 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_Web_Chart_PolarLineSeries__ctor" data-uid="FarPoint.Web.Chart.PolarLineSeries.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.-ctor.html#FarPoint_Web_Chart_PolarLineSeries__ctor">PolarLineSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarLineSeries__ctor_FarPoint_Web_Chart_PolarLineSeries_" data-uid="FarPoint.Web.Chart.PolarLineSeries.#ctor(FarPoint.Web.Chart.PolarLineSeries)">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.-ctor.html#FarPoint_Web_Chart_PolarLineSeries__ctor_FarPoint_Web_Chart_PolarLineSeries_">PolarLineSeries(PolarLineSeries)</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_PolarLineSeries_CloseContour" data-uid="FarPoint.Web.Chart.PolarLineSeries.CloseContour">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.CloseContour.html#FarPoint_Web_Chart_PolarLineSeries_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_PolarLineSeries_Count" data-uid="FarPoint.Web.Chart.PolarLineSeries.Count">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.Count.html#FarPoint_Web_Chart_PolarLineSeries_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_PolarLineSeries_GapDepth" data-uid="FarPoint.Web.Chart.PolarLineSeries.GapDepth">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.GapDepth.html#FarPoint_Web_Chart_PolarLineSeries_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_PolarLineSeries_LabelContainsXValue" data-uid="FarPoint.Web.Chart.PolarLineSeries.LabelContainsXValue">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.LabelContainsXValue.html#FarPoint_Web_Chart_PolarLineSeries_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_Web_Chart_PolarLineSeries_LabelContainsYValue" data-uid="FarPoint.Web.Chart.PolarLineSeries.LabelContainsYValue">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.LabelContainsYValue.html#FarPoint_Web_Chart_PolarLineSeries_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_PolarLineSeries_LineBorder" data-uid="FarPoint.Web.Chart.PolarLineSeries.LineBorder">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.LineBorder.html#FarPoint_Web_Chart_PolarLineSeries_LineBorder">LineBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line border for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarLineSeries_LineBorders" data-uid="FarPoint.Web.Chart.PolarLineSeries.LineBorders">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.LineBorders.html#FarPoint_Web_Chart_PolarLineSeries_LineBorders">LineBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of line borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarLineSeries_LineFill" data-uid="FarPoint.Web.Chart.PolarLineSeries.LineFill">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.LineFill.html#FarPoint_Web_Chart_PolarLineSeries_LineFill">LineFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarLineSeries_LineFills" data-uid="FarPoint.Web.Chart.PolarLineSeries.LineFills">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.LineFills.html#FarPoint_Web_Chart_PolarLineSeries_LineFills">LineFills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of line fills for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarLineSeries_PointBorder" data-uid="FarPoint.Web.Chart.PolarLineSeries.PointBorder">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.PointBorder.html#FarPoint_Web_Chart_PolarLineSeries_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_Web_Chart_PolarLineSeries_PointBorders" data-uid="FarPoint.Web.Chart.PolarLineSeries.PointBorders">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.PointBorders.html#FarPoint_Web_Chart_PolarLineSeries_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_Web_Chart_PolarLineSeries_PointFill" data-uid="FarPoint.Web.Chart.PolarLineSeries.PointFill">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.PointFill.html#FarPoint_Web_Chart_PolarLineSeries_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_Web_Chart_PolarLineSeries_PointFills" data-uid="FarPoint.Web.Chart.PolarLineSeries.PointFills">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.PointFills.html#FarPoint_Web_Chart_PolarLineSeries_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_Web_Chart_PolarLineSeries_PointMarker" data-uid="FarPoint.Web.Chart.PolarLineSeries.PointMarker">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.PointMarker.html#FarPoint_Web_Chart_PolarLineSeries_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_Web_Chart_PolarLineSeries_PointMarkers" data-uid="FarPoint.Web.Chart.PolarLineSeries.PointMarkers">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.PointMarkers.html#FarPoint_Web_Chart_PolarLineSeries_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_Web_Chart_PolarLineSeries_VaryColors" data-uid="FarPoint.Web.Chart.PolarLineSeries.VaryColors">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.VaryColors.html#FarPoint_Web_Chart_PolarLineSeries_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_Web_Chart_PolarLineSeries_XValues" data-uid="FarPoint.Web.Chart.PolarLineSeries.XValues">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.XValues.html#FarPoint_Web_Chart_PolarLineSeries_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_PolarLineSeries_YValues" data-uid="FarPoint.Web.Chart.PolarLineSeries.YValues">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.YValues.html#FarPoint_Web_Chart_PolarLineSeries_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_PolarLineSeries_Clone" data-uid="FarPoint.Web.Chart.PolarLineSeries.Clone">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.Clone.html#FarPoint_Web_Chart_PolarLineSeries_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_PolarLineSeries_GetSchema" data-uid="FarPoint.Web.Chart.PolarLineSeries.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.GetSchema.html#FarPoint_Web_Chart_PolarLineSeries_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_PolarLineSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.PolarLineSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.ReadXml.html#FarPoint_Web_Chart_PolarLineSeries_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_PolarLineSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.PolarLineSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.PolarLineSeries.WriteXml.html#FarPoint_Web_Chart_PolarLineSeries_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>
