# C1.Web.Mvc.FlexRadar-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_FlexRadar_1" data-uid="C1.Web.Mvc.FlexRadar`1" class="text-break">FlexRadar&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Radar chart control.</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="C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Control.html">Control</a></div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.html">ItemsBoundControl</a>&lt;T&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.FlexChartBase-1.html">FlexChartBase</a>&lt;T&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.FlexChartCore-1.html">FlexChartCore</a>&lt;T&gt;</div>
    <div class="level6"><span class="xref">FlexRadar&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
    <div><a class="xref" href="C1.Web.Mvc.ITemplate.html">ITemplate</a></div>
    <div><a class="xref" href="C1.Web.Mvc.IAnimatable.html">IAnimatable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_FlexRadar_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexRadar&lt;T&gt; : FlexChartCore&lt;T&gt;, IHtmlContent, ITemplate, IAnimatable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexRadar(Of T)
    Inherits FlexChartCore(Of T)
    Implements IHtmlContent, ITemplate, IAnimatable</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_Web_Mvc_FlexRadar_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.FlexRadar`1.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.FlexRadar-1.-ctor.html#C1_Web_Mvc_FlexRadar_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">FlexRadar(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.FlexRadar-1.html">FlexRadar&lt;T&gt;</a> instance.</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="C1_Web_Mvc_FlexRadar_1_ChartType" data-uid="C1.Web.Mvc.FlexRadar`1.ChartType">
          <a class="xref" href="C1.Web.Mvc.FlexRadar-1.ChartType.html#C1_Web_Mvc_FlexRadar_1_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of radar chart to be created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexRadar_1_Reversed" data-uid="C1.Web.Mvc.FlexRadar`1.Reversed">
          <a class="xref" href="C1.Web.Mvc.FlexRadar-1.Reversed.html#C1_Web_Mvc_FlexRadar_1_Reversed">Reversed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether angles are reversed (counter-clockwise). The default value is false, which causes angles to be measured in the clockwise direction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexRadar_1_Stacking" data-uid="C1.Web.Mvc.FlexRadar`1.Stacking">
          <a class="xref" href="C1.Web.Mvc.FlexRadar-1.Stacking.html#C1_Web_Mvc_FlexRadar_1_Stacking">Stacking</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether and how the series objects are stacked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexRadar_1_StartAngle" data-uid="C1.Web.Mvc.FlexRadar`1.StartAngle">
          <a class="xref" href="C1.Web.Mvc.FlexRadar-1.StartAngle.html#C1_Web_Mvc_FlexRadar_1_StartAngle">StartAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting angle for the radar, in degrees. Angles are measured clockwise, starting at the 12 o'clock position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexRadar_1_TotalAngle" data-uid="C1.Web.Mvc.FlexRadar`1.TotalAngle">
          <a class="xref" href="C1.Web.Mvc.FlexRadar-1.TotalAngle.html#C1_Web_Mvc_FlexRadar_1_TotalAngle">TotalAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the total angle for the radar, in degrees.  Its default value is 360. The value must be greater than 0, or less than or equal to 360.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
