# C1.Win.GanttView.BarType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_BarType" data-uid="C1.Win.GanttView.BarType" class="text-break">BarType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the target bar type for the <a class="xref" href="C1.Win.GanttView.BarStyle.html">BarStyle</a>.</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_BarType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BarType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BarType</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_BarType_AutoTask">AutoTask</td>
        <td><p>The style is used for automatically scheduled tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_Deadline">Deadline</td>
        <td><p>The style is applied to deadline marks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_DurationOnly">DurationOnly</td>
        <td><p>The style is used for drawing tasks with undefined Start and Finish.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_DurationOnlyMilestone">DurationOnlyMilestone</td>
        <td><p>The style is used for drawing milestone marks with undefined Start.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_FinishOnly">FinishOnly</td>
        <td><p>The style is used for drawing tasks with undefined Start and Duration.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_GroupTask">GroupTask</td>
        <td><p>The style is applied to group task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_InactiveDurationOnly">InactiveDurationOnly</td>
        <td><p>The style is used for drawing inactive tasks with undefined Start and Finish.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_InactiveMilestone">InactiveMilestone</td>
        <td><p>The style is used for drawing inactive summary milestones.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_InactiveSummary">InactiveSummary</td>
        <td><p>The style is used for drawing inactive summary tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_InactiveTask">InactiveTask</td>
        <td><p>The style is used for drawing inactive tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_ManualTask">ManualTask</td>
        <td><p>The style is applied to manually scheduled tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_Milestone">Milestone</td>
        <td><p>The style is applied to milestone marks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_Progress">Progress</td>
        <td><p>The style is applied to progress bars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_ProjectSummary">ProjectSummary</td>
        <td><p>The style is applied to the project summary task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_StartOnly">StartOnly</td>
        <td><p>The style is used for drawing tasks with undefined Finish and Duration.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_SummaryProgress">SummaryProgress</td>
        <td><p>The style is applied to summary's progress bars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_SummaryTask">SummaryTask</td>
        <td><p>The style is applied to summary task bars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarType_Undefined">Undefined</td>
        <td><p>The style is not yet associated with any element.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
