# GrapeCity.Spreadsheet.Charts.IDataTable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IDataTable" data-uid="GrapeCity.Spreadsheet.Charts.IDataTable" class="text-break">IDataTable Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a chart data table.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_IDataTable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDataTable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDataTable</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_Charts_IDataTable_Border" data-uid="GrapeCity.Spreadsheet.Charts.IDataTable.Border">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataTable.Border.html#GrapeCity_Spreadsheet_Charts_IDataTable_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IBorder.html">IBorder</a> object that represents the border of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataTable_Font" data-uid="GrapeCity.Spreadsheet.Charts.IDataTable.Font">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataTable.Font.html#GrapeCity_Spreadsheet_Charts_IDataTable_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IFont.html">IFont</a> object that represents the font of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataTable_Format" data-uid="GrapeCity.Spreadsheet.Charts.IDataTable.Format">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataTable.Format.html#GrapeCity_Spreadsheet_Charts_IDataTable_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartFormat.html">IChartFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataTable_HasBorderHorizontal" data-uid="GrapeCity.Spreadsheet.Charts.IDataTable.HasBorderHorizontal">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataTable.HasBorderHorizontal.html#GrapeCity_Spreadsheet_Charts_IDataTable_HasBorderHorizontal">HasBorderHorizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the chart data table has horizontal cell borders.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataTable_HasBorderOutline" data-uid="GrapeCity.Spreadsheet.Charts.IDataTable.HasBorderOutline">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataTable.HasBorderOutline.html#GrapeCity_Spreadsheet_Charts_IDataTable_HasBorderOutline">HasBorderOutline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the chart data table has outline borders.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataTable_HasBorderVertical" data-uid="GrapeCity.Spreadsheet.Charts.IDataTable.HasBorderVertical">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataTable.HasBorderVertical.html#GrapeCity_Spreadsheet_Charts_IDataTable_HasBorderVertical">HasBorderVertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the chart data table has vertical cell borders.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataTable_ShowLegendKey" data-uid="GrapeCity.Spreadsheet.Charts.IDataTable.ShowLegendKey">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataTable.ShowLegendKey.html#GrapeCity_Spreadsheet_Charts_IDataTable_ShowLegendKey">ShowLegendKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the data label legend key is visible.</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="GrapeCity_Spreadsheet_Charts_IDataTable_Delete" data-uid="GrapeCity.Spreadsheet.Charts.IDataTable.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataTable.Delete.html#GrapeCity_Spreadsheet_Charts_IDataTable_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
