# C1.Win.Gauge.C1LinearGauge

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1LinearGauge" data-uid="C1.Win.Gauge.C1LinearGauge" class="text-break">C1LinearGauge Class
</h1>
  <div class="markdown level0 summary"><p>Control that shows a linear 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="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="C1.Win.Gauge.C1GaugeBase.html">C1GaugeBase</a></div>
    <div class="level4"><span class="xref">C1LinearGauge</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.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>
  <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_C1LinearGauge_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1LinearGauge : C1GaugeBase, ICloneable, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1LinearGauge
    Inherits C1GaugeBase
    Implements ICloneable, IBindableComponent, IComponent, IDisposable</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_C1LinearGauge__ctor" data-uid="C1.Win.Gauge.C1LinearGauge.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1LinearGauge.-ctor.html#C1_Win_Gauge_C1LinearGauge__ctor">C1LinearGauge()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.Gauge.C1LinearGauge.html">C1LinearGauge</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_C1LinearGauge_AxisLength" data-uid="C1.Win.Gauge.C1LinearGauge.AxisLength">
          <a class="xref" href="C1.Win.Gauge.C1LinearGauge.AxisLength.html#C1_Win_Gauge_C1LinearGauge_AxisLength">AxisLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fraction-based length of the longitudinal axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1LinearGauge_AxisLengthInPixels" data-uid="C1.Win.Gauge.C1LinearGauge.AxisLengthInPixels">
          <a class="xref" href="C1.Win.Gauge.C1LinearGauge.AxisLengthInPixels.html#C1_Win_Gauge_C1LinearGauge_AxisLengthInPixels">AxisLengthInPixels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length of the longitudinal axis, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1LinearGauge_AxisStart" data-uid="C1.Win.Gauge.C1LinearGauge.AxisStart">
          <a class="xref" href="C1.Win.Gauge.C1LinearGauge.AxisStart.html#C1_Win_Gauge_C1LinearGauge_AxisStart">AxisStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fraction-based position where the longitudinal axis starts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1LinearGauge_AxisStartCoordinate" data-uid="C1.Win.Gauge.C1LinearGauge.AxisStartCoordinate">
          <a class="xref" href="C1.Win.Gauge.C1LinearGauge.AxisStartCoordinate.html#C1_Win_Gauge_C1LinearGauge_AxisStartCoordinate">AxisStartCoordinate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the x-coordinate (for horizontal Gauge) or y-coordinate
(for vertical Gauge) of the position where the longitudinal axis
starts, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1LinearGauge_BaseFactor" data-uid="C1.Win.Gauge.C1LinearGauge.BaseFactor">
          <a class="xref" href="C1.Win.Gauge.C1LinearGauge.BaseFactor.html#C1_Win_Gauge_C1LinearGauge_BaseFactor">BaseFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fraction-based length of the transversal axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1LinearGauge_BaseFactorInPixels" data-uid="C1.Win.Gauge.C1LinearGauge.BaseFactorInPixels">
          <a class="xref" href="C1.Win.Gauge.C1LinearGauge.BaseFactorInPixels.html#C1_Win_Gauge_C1LinearGauge_BaseFactorInPixels">BaseFactorInPixels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length of the transversal axis, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1LinearGauge_BaseOrigin" data-uid="C1.Win.Gauge.C1LinearGauge.BaseOrigin">
          <a class="xref" href="C1.Win.Gauge.C1LinearGauge.BaseOrigin.html#C1_Win_Gauge_C1LinearGauge_BaseOrigin">BaseOrigin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fraction-based location where the transversal axis starts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1LinearGauge_BaseOriginCoordinate" data-uid="C1.Win.Gauge.C1LinearGauge.BaseOriginCoordinate">
          <a class="xref" href="C1.Win.Gauge.C1LinearGauge.BaseOriginCoordinate.html#C1_Win_Gauge_C1LinearGauge_BaseOriginCoordinate">BaseOriginCoordinate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the y-coordinate (for horizontal Gauge) or x-coordinate
(for vertical Gauge) of the location where the transversal axis
starts, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1LinearGauge_OffPosition" data-uid="C1.Win.Gauge.C1LinearGauge.OffPosition">
          <a class="xref" href="C1.Win.Gauge.C1LinearGauge.OffPosition.html#C1_Win_Gauge_C1LinearGauge_OffPosition">OffPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fraction-based position used when the <a class="xref" href="C1.Win.Gauge.C1GaugeBase.Value.html#C1_Win_Gauge_C1GaugeBase_Value">Value</a> is set to Double.NaN.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1LinearGauge_Orientation" data-uid="C1.Win.Gauge.C1LinearGauge.Orientation">
          <a class="xref" href="C1.Win.Gauge.C1LinearGauge.Orientation.html#C1_Win_Gauge_C1LinearGauge_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Orientation of a <a class="xref" href="C1.Win.Gauge.C1LinearGauge.html">C1LinearGauge</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
