# C1.Web.Mvc.Chart.RadarChartType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Chart_RadarChartType" data-uid="C1.Web.Mvc.Chart.RadarChartType" class="text-break">RadarChartType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of radar chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Chart.html">C1.Web.Mvc.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Chart_RadarChartType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RadarChartType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RadarChartType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Web_Mvc_Chart_RadarChartType_Area">Area</td>
        <td><p>Shows line chart with the area below the line filled with color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_RadarChartType_Column">Column</td>
        <td><p>Shows vertical bars and allows you to compare values of items across categories.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_RadarChartType_Line">Line</td>
        <td><p>Shows trends over a period of time or across categories.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_RadarChartType_LineSymbols">LineSymbols</td>
        <td><p>Shows line chart with a symbol on each data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_RadarChartType_Scatter">Scatter</td>
        <td><p>Shows patterns within the data using X and Y coordinates.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
