# C1.Web.Mvc.RadialGauge

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_RadialGauge" data-uid="C1.Web.Mvc.RadialGauge" class="text-break">RadialGauge Class
</h1>
  <div class="markdown level0 summary"><p>The RadialGauge displays a circular scale with an indicator</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.Gauge.html">Gauge</a></div>
    <div class="level4"><span class="xref">RadialGauge</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>
  <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_RadialGauge_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RadialGauge : Gauge, IHtmlContent, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RadialGauge
    Inherits Gauge
    Implements IHtmlContent, ITemplate</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_Web_Mvc_RadialGauge__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.RadialGauge.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.RadialGauge.-ctor.html#C1_Web_Mvc_RadialGauge__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">RadialGauge(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.RadialGauge.html">RadialGauge</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_RadialGauge_AutoScale" data-uid="C1.Web.Mvc.RadialGauge.AutoScale">
          <a class="xref" href="C1.Web.Mvc.RadialGauge.AutoScale.html#C1_Web_Mvc_RadialGauge_AutoScale">AutoScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the gauge should automatically scale to fill the host element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_RadialGauge_NeedleLength" data-uid="C1.Web.Mvc.RadialGauge.NeedleLength">
          <a class="xref" href="C1.Web.Mvc.RadialGauge.NeedleLength.html#C1_Web_Mvc_RadialGauge_NeedleLength">NeedleLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the length of the gauge's needleElement with respect to the pointer range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_RadialGauge_NeedleShape" data-uid="C1.Web.Mvc.RadialGauge.NeedleShape">
          <a class="xref" href="C1.Web.Mvc.RadialGauge.NeedleShape.html#C1_Web_Mvc_RadialGauge_NeedleShape">NeedleShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the shape of the gauge's needle element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_RadialGauge_ShowText" data-uid="C1.Web.Mvc.RadialGauge.ShowText">
          <a class="xref" href="C1.Web.Mvc.RadialGauge.ShowText.html#C1_Web_Mvc_RadialGauge_ShowText">ShowText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which values should be displayed as text in the gauge.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_RadialGauge_StartAngle" data-uid="C1.Web.Mvc.RadialGauge.StartAngle">
          <a class="xref" href="C1.Web.Mvc.RadialGauge.StartAngle.html#C1_Web_Mvc_RadialGauge_StartAngle">StartAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting angle for the gauge, in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_RadialGauge_SweepAngle" data-uid="C1.Web.Mvc.RadialGauge.SweepAngle">
          <a class="xref" href="C1.Web.Mvc.RadialGauge.SweepAngle.html#C1_Web_Mvc_RadialGauge_SweepAngle">SweepAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sweeping angle for the gauge, in degrees.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
