# C1.Win.C1Chart3D.Chart3DBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DBar" data-uid="C1.Win.C1Chart3D.Chart3DBar" class="text-break">Chart3DBar Class
</h1>
  <div class="markdown level0 summary"><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>
  <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">Chart3DBar</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart3D.html">C1.Win.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart3D.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart3D_Chart3DBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DBar</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DBar</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_C1Chart3D_Chart3DBar_Colors" data-uid="C1.Win.C1Chart3D.Chart3DBar.Colors">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DBar.Colors.html#C1_Win_C1Chart3D_Chart3DBar_Colors">Colors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of BarColor objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DBar_ColumnFormat" data-uid="C1.Win.C1Chart3D.Chart3DBar.ColumnFormat">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DBar.ColumnFormat.html#C1_Win_C1Chart3D_Chart3DBar_ColumnFormat">ColumnFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets column format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DBar_ColumnWidth" data-uid="C1.Win.C1Chart3D.Chart3DBar.ColumnWidth">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DBar.ColumnWidth.html#C1_Win_C1Chart3D_Chart3DBar_ColumnWidth">ColumnWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets column width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DBar_Origin" data-uid="C1.Win.C1Chart3D.Chart3DBar.Origin">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DBar.Origin.html#C1_Win_C1Chart3D_Chart3DBar_Origin">Origin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets origin of Z-axis for the bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DBar_RowFormat" data-uid="C1.Win.C1Chart3D.Chart3DBar.RowFormat">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DBar.RowFormat.html#C1_Win_C1Chart3D_Chart3DBar_RowFormat">RowFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets row format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DBar_RowWidth" data-uid="C1.Win.C1Chart3D.Chart3DBar.RowWidth">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DBar.RowWidth.html#C1_Win_C1Chart3D_Chart3DBar_RowWidth">RowWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets row width.</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_C1Chart3D_Chart3DBar_GetBarColor_System_Int32_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DBar.GetBarColor(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DBar.GetBarColor.html#C1_Win_C1Chart3D_Chart3DBar_GetBarColor_System_Int32_System_Int32_">GetBarColor(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an individual bar color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DBar_SetBarColor_System_Int32_System_Int32_System_Drawing_Color_" data-uid="C1.Win.C1Chart3D.Chart3DBar.SetBarColor(System.Int32,System.Int32,System.Drawing.Color)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DBar.SetBarColor.html#C1_Win_C1Chart3D_Chart3DBar_SetBarColor_System_Int32_System_Int32_System_Drawing_Color_">SetBarColor(int, int, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets individual bar color.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
