# C1.Win.GanttView.ProgressLine

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_ProgressLine" data-uid="C1.Win.GanttView.ProgressLine" class="text-break">ProgressLine Class
</h1>
  <div class="markdown level0 summary"><p>Represents a line on the timescale that draws attention
to tasks that are ahead or behind the schedule.</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"><span class="xref">ProgressLine</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_ProgressLine_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ProgressLine : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ProgressLine
    Implements IDisposable</code></pre>
  </div>
  <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_GanttView_ProgressLine_LineColor" data-uid="C1.Win.GanttView.ProgressLine.LineColor">
          <a class="xref" href="C1.Win.GanttView.ProgressLine.LineColor.html#C1_Win_GanttView_ProgressLine_LineColor">LineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the progress line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ProgressLine_LineStyle" data-uid="C1.Win.GanttView.ProgressLine.LineStyle">
          <a class="xref" href="C1.Win.GanttView.ProgressLine.LineStyle.html#C1_Win_GanttView_ProgressLine_LineStyle">LineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets line type of the progress line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ProgressLine_PointColor" data-uid="C1.Win.GanttView.ProgressLine.PointColor">
          <a class="xref" href="C1.Win.GanttView.ProgressLine.PointColor.html#C1_Win_GanttView_ProgressLine_PointColor">PointColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the point shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ProgressLine_PointShape" data-uid="C1.Win.GanttView.ProgressLine.PointShape">
          <a class="xref" href="C1.Win.GanttView.ProgressLine.PointShape.html#C1_Win_GanttView_ProgressLine_PointShape">PointShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of the point shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ProgressLine_StatusDate" data-uid="C1.Win.GanttView.ProgressLine.StatusDate">
          <a class="xref" href="C1.Win.GanttView.ProgressLine.StatusDate.html#C1_Win_GanttView_ProgressLine_StatusDate">StatusDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a fixed date for the progress line ('(NA)' means 'floating today').</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ProgressLine_UseAntialiasing" data-uid="C1.Win.GanttView.ProgressLine.UseAntialiasing">
          <a class="xref" href="C1.Win.GanttView.ProgressLine.UseAntialiasing.html#C1_Win_GanttView_ProgressLine_UseAntialiasing">UseAntialiasing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the progress line is drawn with antialiasing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ProgressLine_Visible" data-uid="C1.Win.GanttView.ProgressLine.Visible">
          <a class="xref" href="C1.Win.GanttView.ProgressLine.Visible.html#C1_Win_GanttView_ProgressLine_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the progress line is visible.</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_GanttView_ProgressLine_Dispose" data-uid="C1.Win.GanttView.ProgressLine.Dispose">
          <a class="xref" href="C1.Win.GanttView.ProgressLine.Dispose.html#C1_Win_GanttView_ProgressLine_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ProgressLine_ResetLineColor" data-uid="C1.Win.GanttView.ProgressLine.ResetLineColor">
          <a class="xref" href="C1.Win.GanttView.ProgressLine.ResetLineColor.html#C1_Win_GanttView_ProgressLine_ResetLineColor">ResetLineColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.ProgressLine.LineColor.html#C1_Win_GanttView_ProgressLine_LineColor">LineColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ProgressLine_ResetPointColor" data-uid="C1.Win.GanttView.ProgressLine.ResetPointColor">
          <a class="xref" href="C1.Win.GanttView.ProgressLine.ResetPointColor.html#C1_Win_GanttView_ProgressLine_ResetPointColor">ResetPointColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.ProgressLine.PointColor.html#C1_Win_GanttView_ProgressLine_PointColor">PointColor</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
