# GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IBoxWhiskerOptions" data-uid="GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions" class="text-break">IBoxWhiskerOptions Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the properties of a box and whisker chart.</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_IBoxWhiskerOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IBoxWhiskerOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IBoxWhiskerOptions</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_IBoxWhiskerOptions_QuartileCalculation" data-uid="GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions.QuartileCalculation">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions.QuartileCalculation.html#GrapeCity_Spreadsheet_Charts_IBoxWhiskerOptions_QuartileCalculation">QuartileCalculation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the quartile calculation type of a box and whisker chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IBoxWhiskerOptions_ShowInnerPoints" data-uid="GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions.ShowInnerPoints">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions.ShowInnerPoints.html#GrapeCity_Spreadsheet_Charts_IBoxWhiskerOptions_ShowInnerPoints">ShowInnerPoints</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether inner points are shown in a box and whisker chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IBoxWhiskerOptions_ShowMeanLine" data-uid="GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions.ShowMeanLine">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions.ShowMeanLine.html#GrapeCity_Spreadsheet_Charts_IBoxWhiskerOptions_ShowMeanLine">ShowMeanLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the mean line is shown in a box and whisker chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IBoxWhiskerOptions_ShowMeanMarker" data-uid="GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions.ShowMeanMarker">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions.ShowMeanMarker.html#GrapeCity_Spreadsheet_Charts_IBoxWhiskerOptions_ShowMeanMarker">ShowMeanMarker</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the mean marker is shown in a box and whisker chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IBoxWhiskerOptions_ShowOutlierPoints" data-uid="GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions.ShowOutlierPoints">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions.ShowOutlierPoints.html#GrapeCity_Spreadsheet_Charts_IBoxWhiskerOptions_ShowOutlierPoints">ShowOutlierPoints</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether outlier points are shown in a box and whisker chart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
