# C1.Win.Gauge.C1GaugeMultivalueDecorator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeMultivalueDecorator" data-uid="C1.Win.Gauge.C1GaugeMultivalueDecorator" class="text-break">C1GaugeMultivalueDecorator Class
</h1>
  <div class="markdown level0 summary"><p>Base class for the Gauge decorators that spread over a set of values.</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">C1GaugeMultivalueDecorator</span></div>
      <div class="level3"><a class="xref" href="C1.Win.Gauge.C1GaugeRange.html">C1GaugeRange</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Gauge.C1GaugeScaleDecorator.html">C1GaugeScaleDecorator</a></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_C1GaugeMultivalueDecorator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1GaugeMultivalueDecorator : C1GaugeDecorator, ICloneable, IDisposable, ICustomTypeDescriptor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1GaugeMultivalueDecorator
    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_C1GaugeMultivalueDecorator__ctor" data-uid="C1.Win.Gauge.C1GaugeMultivalueDecorator.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeMultivalueDecorator.-ctor.html#C1_Win_Gauge_C1GaugeMultivalueDecorator__ctor">C1GaugeMultivalueDecorator()</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_Win_Gauge_C1GaugeMultivalueDecorator_From" data-uid="C1.Win.Gauge.C1GaugeMultivalueDecorator.From">
          <a class="xref" href="C1.Win.Gauge.C1GaugeMultivalueDecorator.From.html#C1_Win_Gauge_C1GaugeMultivalueDecorator_From">From</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value where the decorator starts. Set to Double.NaN to bind to Gauge's minimum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeMultivalueDecorator_FromPointerIndex" data-uid="C1.Win.Gauge.C1GaugeMultivalueDecorator.FromPointerIndex">
          <a class="xref" href="C1.Win.Gauge.C1GaugeMultivalueDecorator.FromPointerIndex.html#C1_Win_Gauge_C1GaugeMultivalueDecorator_FromPointerIndex">FromPointerIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of a Pointer that specifies where the decorator starts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeMultivalueDecorator_Location2" data-uid="C1.Win.Gauge.C1GaugeMultivalueDecorator.Location2">
          <a class="xref" href="C1.Win.Gauge.C1GaugeMultivalueDecorator.Location2.html#C1_Win_Gauge_C1GaugeMultivalueDecorator_Location2">Location2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the end location of the <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.html">C1GaugeDecorator</a> (<a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.Location.html#C1_Win_Gauge_C1GaugeDecorator_Location">Location</a> is the start location).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeMultivalueDecorator_ScaleFrom" data-uid="C1.Win.Gauge.C1GaugeMultivalueDecorator.ScaleFrom">
          <a class="xref" href="C1.Win.Gauge.C1GaugeMultivalueDecorator.ScaleFrom.html#C1_Win_Gauge_C1GaugeMultivalueDecorator_ScaleFrom">ScaleFrom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value where the scale graduation starts and the start location and width are defined.
Set to Double.NaN to bind to the <a class="xref" href="C1.Win.Gauge.C1GaugeMultivalueDecorator.From.html#C1_Win_Gauge_C1GaugeMultivalueDecorator_From">From</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeMultivalueDecorator_ScaleTo" data-uid="C1.Win.Gauge.C1GaugeMultivalueDecorator.ScaleTo">
          <a class="xref" href="C1.Win.Gauge.C1GaugeMultivalueDecorator.ScaleTo.html#C1_Win_Gauge_C1GaugeMultivalueDecorator_ScaleTo">ScaleTo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value where the scale graduation ends and the end location and width are defined.
Set to Double.NaN to bind to the <a class="xref" href="C1.Win.Gauge.C1GaugeMultivalueDecorator.To.html#C1_Win_Gauge_C1GaugeMultivalueDecorator_To">To</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeMultivalueDecorator_To" data-uid="C1.Win.Gauge.C1GaugeMultivalueDecorator.To">
          <a class="xref" href="C1.Win.Gauge.C1GaugeMultivalueDecorator.To.html#C1_Win_Gauge_C1GaugeMultivalueDecorator_To">To</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value where the decorator ends. Set to Double.NaN to bind to Gauge's maximum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeMultivalueDecorator_ToPointerIndex" data-uid="C1.Win.Gauge.C1GaugeMultivalueDecorator.ToPointerIndex">
          <a class="xref" href="C1.Win.Gauge.C1GaugeMultivalueDecorator.ToPointerIndex.html#C1_Win_Gauge_C1GaugeMultivalueDecorator_ToPointerIndex">ToPointerIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of a Pointer that specifies where the decorator ends.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
