# C1.Report.FlexChart.RadarSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_FlexChart_RadarSeries" data-uid="C1.Report.FlexChart.RadarSeries" class="text-break">RadarSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a radar series used by the FlexChart field.
Provides radar-specific chart type handling and serialization support.
Inherits common series behavior from <a class="xref" href="C1.Report.FlexChart.Series.html">Series</a>.</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"><span class="xref">OwnedObject</span></div>
    <div class="level2"><a class="xref" href="C1.Report.FlexChart.ChartObject.html">ChartObject</a></div>
    <div class="level3"><a class="xref" href="C1.Report.FlexChart.ChartNamedObject.html">ChartNamedObject</a></div>
    <div class="level4"><a class="xref" href="C1.Report.FlexChart.Series.html">Series</a></div>
    <div class="level5"><span class="xref">RadarSeries</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Report.IScriptContextProvider.html">IScriptContextProvider</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.FlexChart.html">C1.Report.FlexChart</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_FlexChart_RadarSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RadarSeries : Series, IScriptContextProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RadarSeries
    Inherits Series
    Implements IScriptContextProvider</code></pre>
  </div>
  <h5 id="C1_Report_FlexChart_RadarSeries_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use this class to configure radar chart series properties such as radar chart type
and to participate in FlexChart serialization/deserialization.</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="C1_Report_FlexChart_RadarSeries__ctor" data-uid="C1.Report.FlexChart.RadarSeries.#ctor">
          <a class="xref" href="C1.Report.FlexChart.RadarSeries.-ctor.html#C1_Report_FlexChart_RadarSeries__ctor">RadarSeries()</a>
        </td>
        <td class="markdown level1 summary"></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="C1_Report_FlexChart_RadarSeries_ChartType" data-uid="C1.Report.FlexChart.RadarSeries.ChartType">
          <a class="xref" href="C1.Report.FlexChart.RadarSeries.ChartType.html#C1_Report_FlexChart_RadarSeries_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series chart type.</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="C1_Report_FlexChart_RadarSeries_AssignFrom_System_Object_" data-uid="C1.Report.FlexChart.RadarSeries.AssignFrom(System.Object)">
          <a class="xref" href="C1.Report.FlexChart.RadarSeries.AssignFrom.html#C1_Report_FlexChart_RadarSeries_AssignFrom_System_Object_">AssignFrom(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.Report.FlexChart.Series.html">Series</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_RadarSeries_CreateSame" data-uid="C1.Report.FlexChart.RadarSeries.CreateSame">
          <a class="xref" href="C1.Report.FlexChart.RadarSeries.CreateSame.html#C1_Report_FlexChart_RadarSeries_CreateSame">CreateSame()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates instance of same class as this object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
