# FarPoint.Win.Chart.RadarSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_RadarSeries" data-uid="FarPoint.Win.Chart.RadarSeries" class="text-break">RadarSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents the Base class for a 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.Win.Chart.Series.html">Series</a></div>
    <div class="level2"><span class="xref">RadarSeries</span></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Chart.RadarAreaSeries.html">RadarAreaSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Chart.RadarLineSeries.html">RadarLineSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Chart.RadarPointSeries.html">RadarPointSeries</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_RadarSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class RadarSeries : Series, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class RadarSeries
    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_RadarSeries__ctor" data-uid="FarPoint.Win.Chart.RadarSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.RadarSeries.-ctor.html#FarPoint_Win_Chart_RadarSeries__ctor">RadarSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarSeries__ctor_FarPoint_Win_Chart_RadarSeries_" data-uid="FarPoint.Win.Chart.RadarSeries.#ctor(FarPoint.Win.Chart.RadarSeries)">
          <a class="xref" href="FarPoint.Win.Chart.RadarSeries.-ctor.html#FarPoint_Win_Chart_RadarSeries__ctor_FarPoint_Win_Chart_RadarSeries_">RadarSeries(RadarSeries)</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_RadarSeries_CategoryNames" data-uid="FarPoint.Win.Chart.RadarSeries.CategoryNames">
          <a class="xref" href="FarPoint.Win.Chart.RadarSeries.CategoryNames.html#FarPoint_Win_Chart_RadarSeries_CategoryNames">CategoryNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of category names for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarSeries_LabelContainsCategoryName" data-uid="FarPoint.Win.Chart.RadarSeries.LabelContainsCategoryName">
          <a class="xref" href="FarPoint.Win.Chart.RadarSeries.LabelContainsCategoryName.html#FarPoint_Win_Chart_RadarSeries_LabelContainsCategoryName">LabelContainsCategoryName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the category name is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarSeries_YAxisId" data-uid="FarPoint.Win.Chart.RadarSeries.YAxisId">
          <a class="xref" href="FarPoint.Win.Chart.RadarSeries.YAxisId.html#FarPoint_Win_Chart_RadarSeries_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_RadarSeries_GetSchema" data-uid="FarPoint.Win.Chart.RadarSeries.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.RadarSeries.GetSchema.html#FarPoint_Win_Chart_RadarSeries_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_RadarSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.RadarSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.RadarSeries.ReadXml.html#FarPoint_Win_Chart_RadarSeries_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_RadarSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.RadarSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.RadarSeries.WriteXml.html#FarPoint_Win_Chart_RadarSeries_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>
