# GrapeCity.Documents.Excel.Drawing.IPivotOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IPivotOptions" data-uid="GrapeCity.Documents.Excel.Drawing.IPivotOptions" class="text-break">IPivotOptions Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the options whether to display pivot chart bottons.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IPivotOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPivotOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPivotOptions</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_Documents_Excel_Drawing_IPivotOptions_ShowAllFieldButtons" data-uid="GrapeCity.Documents.Excel.Drawing.IPivotOptions.ShowAllFieldButtons">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPivotOptions.ShowAllFieldButtons.html#GrapeCity_Documents_Excel_Drawing_IPivotOptions_ShowAllFieldButtons">ShowAllFieldButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display all field buttons on a PivotChart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPivotOptions_ShowAxisFieldButtons" data-uid="GrapeCity.Documents.Excel.Drawing.IPivotOptions.ShowAxisFieldButtons">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPivotOptions.ShowAxisFieldButtons.html#GrapeCity_Documents_Excel_Drawing_IPivotOptions_ShowAxisFieldButtons">ShowAxisFieldButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the axis field buttons on a PivotChart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPivotOptions_ShowExpandCollapseEntireFieldButtons" data-uid="GrapeCity.Documents.Excel.Drawing.IPivotOptions.ShowExpandCollapseEntireFieldButtons">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPivotOptions.ShowExpandCollapseEntireFieldButtons.html#GrapeCity_Documents_Excel_Drawing_IPivotOptions_ShowExpandCollapseEntireFieldButtons">ShowExpandCollapseEntireFieldButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the expand entire field and collapse entire field buttons on a PivotChart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPivotOptions_ShowLegendFieldButtons" data-uid="GrapeCity.Documents.Excel.Drawing.IPivotOptions.ShowLegendFieldButtons">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPivotOptions.ShowLegendFieldButtons.html#GrapeCity_Documents_Excel_Drawing_IPivotOptions_ShowLegendFieldButtons">ShowLegendFieldButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the legend field buttons on a PivotChart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPivotOptions_ShowReportFilterFieldButtons" data-uid="GrapeCity.Documents.Excel.Drawing.IPivotOptions.ShowReportFilterFieldButtons">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPivotOptions.ShowReportFilterFieldButtons.html#GrapeCity_Documents_Excel_Drawing_IPivotOptions_ShowReportFilterFieldButtons">ShowReportFilterFieldButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the report filter field buttons on a PivotChart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPivotOptions_ShowValueFieldButtons" data-uid="GrapeCity.Documents.Excel.Drawing.IPivotOptions.ShowValueFieldButtons">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPivotOptions.ShowValueFieldButtons.html#GrapeCity_Documents_Excel_Drawing_IPivotOptions_ShowValueFieldButtons">ShowValueFieldButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the value field buttons on a PivotChart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
