# GrapeCity.Spreadsheet.IDatabar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IDatabar" data-uid="GrapeCity.Spreadsheet.IDatabar" class="text-break">IDatabar Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a data bar conditional formatting rule.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IDatabar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDatabar : IFormatCondition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDatabar
    Inherits IFormatCondition</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="GrapeCity_Spreadsheet_IDatabar_AxisColor" data-uid="GrapeCity.Spreadsheet.IDatabar.AxisColor">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabar.AxisColor.html#GrapeCity_Spreadsheet_IDatabar_AxisColor">AxisColor</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the color of the axis for cells with conditional formatting as data bars.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IDatabar_AxisPosition" data-uid="GrapeCity.Spreadsheet.IDatabar.AxisPosition">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabar.AxisPosition.html#GrapeCity_Spreadsheet_IDatabar_AxisPosition">AxisPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the axis of the data bars specified by a conditional formatting rule.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IDatabar_BarBorder" data-uid="GrapeCity.Spreadsheet.IDatabar.BarBorder">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabar.BarBorder.html#GrapeCity_Spreadsheet_IDatabar_BarBorder">BarBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that specifies the border of a data bar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IDatabar_BarColor" data-uid="GrapeCity.Spreadsheet.IDatabar.BarColor">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabar.BarColor.html#GrapeCity_Spreadsheet_IDatabar_BarColor">BarColor</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a FormatColor object that you can use to modify the color of the bars in a data bar conditional format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IDatabar_BarFillType" data-uid="GrapeCity.Spreadsheet.IDatabar.BarFillType">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabar.BarFillType.html#GrapeCity_Spreadsheet_IDatabar_BarFillType">BarFillType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how a data bar is filled with color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IDatabar_Direction" data-uid="GrapeCity.Spreadsheet.IDatabar.Direction">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabar.Direction.html#GrapeCity_Spreadsheet_IDatabar_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the direction the databar is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IDatabar_MaxPoint" data-uid="GrapeCity.Spreadsheet.IDatabar.MaxPoint">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabar.MaxPoint.html#GrapeCity_Spreadsheet_IDatabar_MaxPoint">MaxPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Spreadsheet.IConditionValue.html">IConditionValue</a> object that specifies how the longest bar is evaluated for a data bar conditional format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IDatabar_MinPoint" data-uid="GrapeCity.Spreadsheet.IDatabar.MinPoint">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabar.MinPoint.html#GrapeCity_Spreadsheet_IDatabar_MinPoint">MinPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Spreadsheet.IConditionValue.html">IConditionValue</a> object that specifies how the shortest bar is evaluated for a data bar conditional format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IDatabar_NegativeBarFormat" data-uid="GrapeCity.Spreadsheet.IDatabar.NegativeBarFormat">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabar.NegativeBarFormat.html#GrapeCity_Spreadsheet_IDatabar_NegativeBarFormat">NegativeBarFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Spreadsheet.INegativeBarFormat.html">INegativeBarFormat</a> object associated with a data bar conditional formatting rule.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IDatabar_PercentMax" data-uid="GrapeCity.Spreadsheet.IDatabar.PercentMax">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabar.PercentMax.html#GrapeCity_Spreadsheet_IDatabar_PercentMax">PercentMax</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an integer value that specifies the length of the longest data bar as a percentage of cell width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IDatabar_PercentMin" data-uid="GrapeCity.Spreadsheet.IDatabar.PercentMin">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabar.PercentMin.html#GrapeCity_Spreadsheet_IDatabar_PercentMin">PercentMin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an integer value that specifies the length of the shortest data bar as a percentage of cell width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IDatabar_ShowValue" data-uid="GrapeCity.Spreadsheet.IDatabar.ShowValue">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabar.ShowValue.html#GrapeCity_Spreadsheet_IDatabar_ShowValue">ShowValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a Boolean value that specifies if the value in the cell is displayed if the data bar conditional format is applied to the range.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
