# GrapeCity.ActiveReports.Chart.Graphics.Bar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_Graphics_Bar" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Bar" class="text-break">Bar Struct
</h1>
  <div class="markdown level0 summary"><p>Stores a set of three integers that represent the size of a 3D bar area.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.html">GrapeCity.ActiveReports.Chart.Graphics</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Graphics_Bar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct Bar</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Bar__ctor_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Bar.#ctor(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Bar.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Bar__ctor_System_Int32_System_Int32_System_Int32_">Bar(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of the Bar class with parameters.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Bar_Empty" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Bar.Empty">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Bar.Empty.html">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates a new instance of a Bar structure whose property has not been initialized.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_ActiveReports_Chart_Graphics_Bar_Depth" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Bar.Depth">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Bar.Depth.html#GrapeCity_ActiveReports_Chart_Graphics_Bar_Depth">Depth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the depth of the bar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Bar_Height" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Bar.Height">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Bar.Height.html#GrapeCity_ActiveReports_Chart_Graphics_Bar_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the bar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Bar_IsEmpty" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Bar.IsEmpty">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Bar.IsEmpty.html#GrapeCity_ActiveReports_Chart_Graphics_Bar_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets true if bar is empty</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Bar_Width" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Bar.Width">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Bar.Width.html#GrapeCity_ActiveReports_Chart_Graphics_Bar_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the bar.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
