# C1.Report.RadarChartField

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_RadarChartField" data-uid="C1.Report.RadarChartField" class="text-break">RadarChartField Class
</h1>
  <div class="markdown level0 summary"><p>Represents a report field with a radar chart which is implemented using the <b>FlexChart</b> 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.Report.ReportObject.html">ReportObject</a></div>
    <div class="level2"><a class="xref" href="C1.Report.VisualReportObject.html">VisualReportObject</a></div>
    <div class="level3"><a class="xref" href="C1.Report.FieldBase.html">FieldBase</a></div>
    <div class="level4"><a class="xref" href="C1.Report.FlexChartFieldBase.html">FlexChartFieldBase</a></div>
    <div class="level5"><a class="xref" href="C1.Report.FlexChartField.html">FlexChartField</a></div>
    <div class="level6"><span class="xref">RadarChartField</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Report.IScriptContextProvider.html">IScriptContextProvider</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_RadarChartField_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RadarChartField : FlexChartField, IScriptContextProvider, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RadarChartField
    Inherits FlexChartField
    Implements IScriptContextProvider, ICloneable</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_Report_RadarChartField__ctor" data-uid="C1.Report.RadarChartField.#ctor">
          <a class="xref" href="C1.Report.RadarChartField.-ctor.html#C1_Report_RadarChartField__ctor">RadarChartField()</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_RadarChartField_ChartType" data-uid="C1.Report.RadarChartField.ChartType">
          <a class="xref" href="C1.Report.RadarChartField.ChartType.html#C1_Report_RadarChartField_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_RadarChartField_Reversed" data-uid="C1.Report.RadarChartField.Reversed">
          <a class="xref" href="C1.Report.RadarChartField.Reversed.html#C1_Report_RadarChartField_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_Report_RadarChartField_StartAngle" data-uid="C1.Report.RadarChartField.StartAngle">
          <a class="xref" href="C1.Report.RadarChartField.StartAngle.html#C1_Report_RadarChartField_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_Report_RadarChartField_BuildFlexChart_C1_Document_FlexChart_Chart_" data-uid="C1.Report.RadarChartField.BuildFlexChart(C1.Document.FlexChart.Chart)">
          <a class="xref" href="C1.Report.RadarChartField.BuildFlexChart.html#C1_Report_RadarChartField_BuildFlexChart_C1_Document_FlexChart_Chart_">BuildFlexChart(Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="../C1.Document/C1.Document.FlexChart.Chart.html">Chart</a>, adds data to it and sets the property values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_RadarChartField_CreateSame" data-uid="C1.Report.RadarChartField.CreateSame">
          <a class="xref" href="C1.Report.RadarChartField.CreateSame.html#C1_Report_RadarChartField_CreateSame">CreateSame()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates instance of same class as this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_RadarChartField_GetPropsTable" data-uid="C1.Report.RadarChartField.GetPropsTable">
          <a class="xref" href="C1.Report.RadarChartField.GetPropsTable.html#C1_Report_RadarChartField_GetPropsTable">GetPropsTable()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
