# C1.Win.GanttView.ScaleLabelInstant

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_ScaleLabelInstant" data-uid="C1.Win.GanttView.ScaleLabelInstant" class="text-break">ScaleLabelInstant Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the point in time to be displayed as a scale label.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_ScaleLabelInstant_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ScaleLabelInstant</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ScaleLabelInstant</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_Win_GanttView_ScaleLabelInstant_End">End</td>
        <td><p>Shows the ending of the time interval.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ScaleLabelInstant_Middle">Middle</td>
        <td><p>Shows the middle of the time interval.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ScaleLabelInstant_Range">Range</td>
        <td><p>Shows a range from beginning to ending of the time interval.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ScaleLabelInstant_RangeOverlapped">RangeOverlapped</td>
        <td><p>Shows a range from beginning of the current time interval to
beginning of the next time interval.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ScaleLabelInstant_Start">Start</td>
        <td><p>Shows the beginning of the time interval.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
