# C1.Win.Chart.FlexRadar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_FlexRadar" data-uid="C1.Win.Chart.FlexRadar" class="text-break">FlexRadar Class
</h1>
  <div class="markdown level0 summary"><p>Represents a charting control that renders radar chart and polar chart.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="C1.Win.Chart.FlexChartBase.html">FlexChartBase</a></div>
    <div class="level5"><a class="xref" href="C1.Win.Chart.FlexChart.html">FlexChart</a></div>
    <div class="level6"><span class="xref">FlexRadar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_FlexRadar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(FlexRadar), &quot;FlexChart.png&quot;)]
[C1Description(&quot;FlexRadar&quot;, &quot;Represents a charting control that renders radar chart and polar chart.&quot;)]
public class FlexRadar : FlexChart, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(FlexRadar), &quot;FlexChart.png&quot;)&gt;
&lt;C1Description(&quot;FlexRadar&quot;, &quot;Represents a charting control that renders radar chart and polar chart.&quot;)&gt;
Public Class FlexRadar
    Inherits FlexChart
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize</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="C1_Win_Chart_FlexRadar__ctor" data-uid="C1.Win.Chart.FlexRadar.#ctor">
          <a class="xref" href="C1.Win.Chart.FlexRadar.-ctor.html#C1_Win_Chart_FlexRadar__ctor">FlexRadar()</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_Win_Chart_FlexRadar_ChartType" data-uid="C1.Win.Chart.FlexRadar.ChartType">
          <a class="xref" href="C1.Win.Chart.FlexRadar.ChartType.html#C1_Win_Chart_FlexRadar_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexRadar_Reversed" data-uid="C1.Win.Chart.FlexRadar.Reversed">
          <a class="xref" href="C1.Win.Chart.FlexRadar.Reversed.html#C1_Win_Chart_FlexRadar_Reversed">Reversed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating direction of plotting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexRadar_StartAngle" data-uid="C1.Win.Chart.FlexRadar.StartAngle">
          <a class="xref" href="C1.Win.Chart.FlexRadar.StartAngle.html#C1_Win_Chart_FlexRadar_StartAngle">StartAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the starting angle.</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_Win_Chart_FlexRadar_CreateChartRenderer" data-uid="C1.Win.Chart.FlexRadar.CreateChartRenderer">
          <a class="xref" href="C1.Win.Chart.FlexRadar.CreateChartRenderer.html#C1_Win_Chart_FlexRadar_CreateChartRenderer">CreateChartRenderer()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
