# FarPoint.Web.Chart.RadarPointSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_RadarPointSeries" data-uid="FarPoint.Web.Chart.RadarPointSeries" class="text-break">RadarPointSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a point series in a radar 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.RadarSeries.html">RadarSeries</a></div>
    <div class="level3"><span class="xref">RadarPointSeries</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_RadarPointSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RadarPointSeries : RadarSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RadarPointSeries
    Inherits RadarSeries
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Web_Chart_RadarPointSeries_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Each point contains a single value.  Point borders, point fills,
and point markers can be assigned for the series or for a point
in the series with null (Nothing in VB) indicating unassigned.
Depth of the point is measured relative to the depth of the plot
area (with a range of 0 to 1).</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_RadarPointSeries__ctor" data-uid="FarPoint.Web.Chart.RadarPointSeries.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.-ctor.html#FarPoint_Web_Chart_RadarPointSeries__ctor">RadarPointSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarPointSeries__ctor_FarPoint_Web_Chart_RadarPointSeries_" data-uid="FarPoint.Web.Chart.RadarPointSeries.#ctor(FarPoint.Web.Chart.RadarPointSeries)">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.-ctor.html#FarPoint_Web_Chart_RadarPointSeries__ctor_FarPoint_Web_Chart_RadarPointSeries_">RadarPointSeries(RadarPointSeries)</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_RadarPointSeries_Count" data-uid="FarPoint.Web.Chart.RadarPointSeries.Count">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.Count.html#FarPoint_Web_Chart_RadarPointSeries_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_RadarPointSeries_GapDepth" data-uid="FarPoint.Web.Chart.RadarPointSeries.GapDepth">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.GapDepth.html#FarPoint_Web_Chart_RadarPointSeries_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_RadarPointSeries_LabelContainsValue" data-uid="FarPoint.Web.Chart.RadarPointSeries.LabelContainsValue">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.LabelContainsValue.html#FarPoint_Web_Chart_RadarPointSeries_LabelContainsValue">LabelContainsValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the value in displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarPointSeries_PointBorder" data-uid="FarPoint.Web.Chart.RadarPointSeries.PointBorder">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.PointBorder.html#FarPoint_Web_Chart_RadarPointSeries_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_RadarPointSeries_PointBorders" data-uid="FarPoint.Web.Chart.RadarPointSeries.PointBorders">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.PointBorders.html#FarPoint_Web_Chart_RadarPointSeries_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_RadarPointSeries_PointFill" data-uid="FarPoint.Web.Chart.RadarPointSeries.PointFill">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.PointFill.html#FarPoint_Web_Chart_RadarPointSeries_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_RadarPointSeries_PointFills" data-uid="FarPoint.Web.Chart.RadarPointSeries.PointFills">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.PointFills.html#FarPoint_Web_Chart_RadarPointSeries_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_RadarPointSeries_PointMarker" data-uid="FarPoint.Web.Chart.RadarPointSeries.PointMarker">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.PointMarker.html#FarPoint_Web_Chart_RadarPointSeries_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_RadarPointSeries_PointMarkers" data-uid="FarPoint.Web.Chart.RadarPointSeries.PointMarkers">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.PointMarkers.html#FarPoint_Web_Chart_RadarPointSeries_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_RadarPointSeries_Values" data-uid="FarPoint.Web.Chart.RadarPointSeries.Values">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.Values.html#FarPoint_Web_Chart_RadarPointSeries_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarPointSeries_VaryColors" data-uid="FarPoint.Web.Chart.RadarPointSeries.VaryColors">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.VaryColors.html#FarPoint_Web_Chart_RadarPointSeries_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>
    </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_RadarPointSeries_Clone" data-uid="FarPoint.Web.Chart.RadarPointSeries.Clone">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.Clone.html#FarPoint_Web_Chart_RadarPointSeries_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_RadarPointSeries_GetSchema" data-uid="FarPoint.Web.Chart.RadarPointSeries.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.GetSchema.html#FarPoint_Web_Chart_RadarPointSeries_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_RadarPointSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.RadarPointSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.ReadXml.html#FarPoint_Web_Chart_RadarPointSeries_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_RadarPointSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.RadarPointSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.RadarPointSeries.WriteXml.html#FarPoint_Web_Chart_RadarPointSeries_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>
