# C1.Win.C1Chart.Bar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_Bar" data-uid="C1.Win.C1Chart.Bar" class="text-break">Bar Class
</h1>
  <div class="markdown level0 summary"><p>The Bar class contains properties specific to Bar charts.</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">c1SpecialData</span></div>
    <div class="level2"><span class="xref">Bar</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_Bar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(Bar.TypeConverter))]
public class Bar : c1SpecialData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(Bar.TypeConverter))&gt;
Public Class Bar
    Inherits c1SpecialData</code></pre>
  </div>
  <h5 id="C1_Win_C1Chart_Bar_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The Bar class and its properties are only used for bar charts.  It is returned by the Bar property of a ChartGroup.</p>
</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_C1Chart_Bar_Appearance" data-uid="C1.Win.C1Chart.Bar.Appearance">
          <a class="xref" href="C1.Win.C1Chart.Bar.Appearance.html#C1_Win_C1Chart_Bar_Appearance">Appearance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the appearance of a bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Bar_BarLineColor" data-uid="C1.Win.C1Chart.Bar.BarLineColor">
          <a class="xref" href="C1.Win.C1Chart.Bar.BarLineColor.html#C1_Win_C1Chart_Bar_BarLineColor">BarLineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Color used for rendering BarLines indicated by the BarLines property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Bar_BarLineThickness" data-uid="C1.Win.C1Chart.Bar.BarLineThickness">
          <a class="xref" href="C1.Win.C1Chart.Bar.BarLineThickness.html#C1_Win_C1Chart_Bar_BarLineThickness">BarLineThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness in pixels for rendering BarLines indicated by the BarLines property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Bar_BarLines" data-uid="C1.Win.C1Chart.Bar.BarLines">
          <a class="xref" href="C1.Win.C1Chart.Bar.BarLines.html#C1_Win_C1Chart_Bar_BarLines">BarLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether 2D stacked bar and column charts render lines from common
series rectangles from one point to the next.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Bar_ClusterOverlap" data-uid="C1.Win.C1Chart.Bar.ClusterOverlap">
          <a class="xref" href="C1.Win.C1Chart.Bar.ClusterOverlap.html#C1_Win_C1Chart_Bar_ClusterOverlap">ClusterOverlap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the percentage that bar elements in the same cluster overlap.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Bar_ClusterWidth" data-uid="C1.Win.C1Chart.Bar.ClusterWidth">
          <a class="xref" href="C1.Win.C1Chart.Bar.ClusterWidth.html#C1_Win_C1Chart_Bar_ClusterWidth">ClusterWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the percentage that each bar cluster occupies.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Bar_MixedStacking" data-uid="C1.Win.C1Chart.Bar.MixedStacking">
          <a class="xref" href="C1.Win.C1Chart.Bar.MixedStacking.html#C1_Win_C1Chart_Bar_MixedStacking">MixedStacking</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether bar charts with mixed positive and negative values display both stacks at each point.  Always True for 3D bars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Bar_MultiRow" data-uid="C1.Win.C1Chart.Bar.MultiRow">
          <a class="xref" href="C1.Win.C1Chart.Bar.MultiRow.html#C1_Win_C1Chart_Bar_MultiRow">MultiRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the 3D bar chart is plotted using multiple rows.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
