# C1.Win.Gauge.C1GaugeSingleLabel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeSingleLabel" data-uid="C1.Win.Gauge.C1GaugeSingleLabel" class="text-break">C1GaugeSingleLabel Class
</h1>
  <div class="markdown level0 summary"><p><a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.html">C1GaugeDecorator</a> used to display a single label on the Gauge.</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.Win.Gauge.C1GaugeDecorator.html">C1GaugeDecorator</a></div>
    <div class="level2"><span class="xref">C1GaugeSingleLabel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</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.icustomtypedescriptor">ICustomTypeDescriptor</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Gauge.html">C1.Win.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Gauge.10.dll</h6>
  <h5 id="C1_Win_Gauge_C1GaugeSingleLabel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GaugeSingleLabel : C1GaugeDecorator, ICloneable, IDisposable, ICustomTypeDescriptor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GaugeSingleLabel
    Inherits C1GaugeDecorator
    Implements ICloneable, IDisposable, ICustomTypeDescriptor</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_Gauge_C1GaugeSingleLabel__ctor" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.-ctor.html#C1_Win_Gauge_C1GaugeSingleLabel__ctor">C1GaugeSingleLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.html">C1GaugeSingleLabel</a>.</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_Win_Gauge_C1GaugeSingleLabel_AllowFlip" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.AllowFlip">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.AllowFlip.html#C1_Win_Gauge_C1GaugeSingleLabel_AllowFlip">AllowFlip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the label should be flipped if it appears inverted (for radial Gauges only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_Angle" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.Angle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.Angle.html#C1_Win_Gauge_C1GaugeSingleLabel_Angle">Angle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle relative to the Gauge pointer origin where the label should appear (for radial Gauges only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_Color" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.Color">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.Color.html#C1_Win_Gauge_C1GaugeSingleLabel_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Color used to display text label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_CommonFontName" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.CommonFontName">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.CommonFontName.html#C1_Win_Gauge_C1GaugeSingleLabel_CommonFontName">CommonFontName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the font and color template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_Font" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.Font">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.Font.html#C1_Win_Gauge_C1GaugeSingleLabel_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font used to display text label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_FontSize" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.FontSize">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.FontSize.html#C1_Win_Gauge_C1GaugeSingleLabel_FontSize">FontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Logical value representing the scalable font size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_Format" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.Format">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.Format.html#C1_Win_Gauge_C1GaugeSingleLabel_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Standard or custom numeric format string for the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_ImmediateUpdate" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ImmediateUpdate">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ImmediateUpdate.html#C1_Win_Gauge_C1GaugeSingleLabel_ImmediateUpdate">ImmediateUpdate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the bound label should ignore the Pointer's sweep time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_IsRotated" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.IsRotated">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.IsRotated.html#C1_Win_Gauge_C1GaugeSingleLabel_IsRotated">IsRotated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets if the label should be rotated depending on its angle (for radial Gauges only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_OrthogonalAlignment" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.OrthogonalAlignment">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.OrthogonalAlignment.html#C1_Win_Gauge_C1GaugeSingleLabel_OrthogonalAlignment">OrthogonalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the orthogonal alignment of the text label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_OrthogonalOffset" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.OrthogonalOffset">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.OrthogonalOffset.html#C1_Win_Gauge_C1GaugeSingleLabel_OrthogonalOffset">OrthogonalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical orthogonal offset of the text label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_PointerIndex" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.PointerIndex">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.PointerIndex.html#C1_Win_Gauge_C1GaugeSingleLabel_PointerIndex">PointerIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of a Pointer that gives the value associated with this label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_Position" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.Position">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.Position.html#C1_Win_Gauge_C1GaugeSingleLabel_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fraction-based position where this label should appear (for linear Gauges only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_SequenceNo" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.SequenceNo">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.SequenceNo.html#C1_Win_Gauge_C1GaugeSingleLabel_SequenceNo">SequenceNo</a>
        </td>
        <td class="markdown level1 summary"><p>The sequence number for this label. Displayed value will not appear
on the subsequent labels with the same sequence number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_Text" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.Text">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.Text.html#C1_Win_Gauge_C1GaugeSingleLabel_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text displayed in this label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_TextAngle" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.TextAngle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.TextAngle.html#C1_Win_Gauge_C1GaugeSingleLabel_TextAngle">TextAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle (in degrees) to rotate the label text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_Value" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.Value">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.Value.html#C1_Win_Gauge_C1GaugeSingleLabel_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value associated with this label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_ValueFactor" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ValueFactor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ValueFactor.html#C1_Win_Gauge_C1GaugeSingleLabel_ValueFactor">ValueFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value multiplier when showing the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_ValueOffset" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ValueOffset">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ValueOffset.html#C1_Win_Gauge_C1GaugeSingleLabel_ValueOffset">ValueOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value offset when showing the label.</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_Gauge_C1GaugeSingleLabel_ResetAllowFlip" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ResetAllowFlip">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ResetAllowFlip.html#C1_Win_Gauge_C1GaugeSingleLabel_ResetAllowFlip">ResetAllowFlip()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_ResetAngle" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ResetAngle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ResetAngle.html#C1_Win_Gauge_C1GaugeSingleLabel_ResetAngle">ResetAngle()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_ResetColor" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ResetColor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ResetColor.html#C1_Win_Gauge_C1GaugeSingleLabel_ResetColor">ResetColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_ResetIsRotated" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ResetIsRotated">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ResetIsRotated.html#C1_Win_Gauge_C1GaugeSingleLabel_ResetIsRotated">ResetIsRotated()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_ResetPosition" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ResetPosition">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ResetPosition.html#C1_Win_Gauge_C1GaugeSingleLabel_ResetPosition">ResetPosition()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_ShouldSerializeAllowFlip" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ShouldSerializeAllowFlip">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ShouldSerializeAllowFlip.html#C1_Win_Gauge_C1GaugeSingleLabel_ShouldSerializeAllowFlip">ShouldSerializeAllowFlip()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_ShouldSerializeAngle" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ShouldSerializeAngle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ShouldSerializeAngle.html#C1_Win_Gauge_C1GaugeSingleLabel_ShouldSerializeAngle">ShouldSerializeAngle()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_ShouldSerializeColor" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ShouldSerializeColor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ShouldSerializeColor.html#C1_Win_Gauge_C1GaugeSingleLabel_ShouldSerializeColor">ShouldSerializeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_ShouldSerializeIsRotated" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ShouldSerializeIsRotated">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ShouldSerializeIsRotated.html#C1_Win_Gauge_C1GaugeSingleLabel_ShouldSerializeIsRotated">ShouldSerializeIsRotated()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSingleLabel_ShouldSerializePosition" data-uid="C1.Win.Gauge.C1GaugeSingleLabel.ShouldSerializePosition">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.ShouldSerializePosition.html#C1_Win_Gauge_C1GaugeSingleLabel_ShouldSerializePosition">ShouldSerializePosition()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
