# C1.Win.Chart.BoxWhisker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_BoxWhisker" data-uid="C1.Win.Chart.BoxWhisker" class="text-break">BoxWhisker Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Box-whisker series of FlexChart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Chart.SeriesBase.html">SeriesBase</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Chart.Series.html">Series</a></div>
    <div class="level3"><span class="xref">BoxWhisker</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_BoxWhisker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BoxWhisker : Series, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BoxWhisker
    Inherits Series
    Implements IDisposable</code></pre>
  </div>
  <h5 id="C1_Win_Chart_BoxWhisker_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="C1.Win.Chart.BoxWhisker.html">BoxWhisker</a> series is normally used to compare distributions between different sets of numerical data.</p>
</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="C1_Win_Chart_BoxWhisker__ctor" data-uid="C1.Win.Chart.BoxWhisker.#ctor">
          <a class="xref" href="C1.Win.Chart.BoxWhisker.-ctor.html#C1_Win_Chart_BoxWhisker__ctor">BoxWhisker()</a>
        </td>
        <td class="markdown level1 summary"></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="C1_Win_Chart_BoxWhisker_GapWidth" data-uid="C1.Win.Chart.BoxWhisker.GapWidth">
          <a class="xref" href="C1.Win.Chart.BoxWhisker.GapWidth.html#C1_Win_Chart_BoxWhisker_GapWidth">GapWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the gap width as a percentage for the Box-Whisker series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_BoxWhisker_GroupWidth" data-uid="C1.Win.Chart.BoxWhisker.GroupWidth">
          <a class="xref" href="C1.Win.Chart.BoxWhisker.GroupWidth.html#C1_Win_Chart_BoxWhisker_GroupWidth">GroupWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the group width as a percentage for the Box-Whisker series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_BoxWhisker_QuartileCalculation" data-uid="C1.Win.Chart.BoxWhisker.QuartileCalculation">
          <a class="xref" href="C1.Win.Chart.BoxWhisker.QuartileCalculation.html#C1_Win_Chart_BoxWhisker_QuartileCalculation">QuartileCalculation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the quartile calculation for the Box-whisker series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_BoxWhisker_ShowInnerPoints" data-uid="C1.Win.Chart.BoxWhisker.ShowInnerPoints">
          <a class="xref" href="C1.Win.Chart.BoxWhisker.ShowInnerPoints.html#C1_Win_Chart_BoxWhisker_ShowInnerPoints">ShowInnerPoints</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether to show the inner points for the Box-whisker series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_BoxWhisker_ShowMeanLine" data-uid="C1.Win.Chart.BoxWhisker.ShowMeanLine">
          <a class="xref" href="C1.Win.Chart.BoxWhisker.ShowMeanLine.html#C1_Win_Chart_BoxWhisker_ShowMeanLine">ShowMeanLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether to show the mean line for the Box-whisker series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_BoxWhisker_ShowMeanMarks" data-uid="C1.Win.Chart.BoxWhisker.ShowMeanMarks">
          <a class="xref" href="C1.Win.Chart.BoxWhisker.ShowMeanMarks.html#C1_Win_Chart_BoxWhisker_ShowMeanMarks">ShowMeanMarks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether to show the mean marker for the Box-whisker series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_BoxWhisker_ShowOutliers" data-uid="C1.Win.Chart.BoxWhisker.ShowOutliers">
          <a class="xref" href="C1.Win.Chart.BoxWhisker.ShowOutliers.html#C1_Win_Chart_BoxWhisker_ShowOutliers">ShowOutliers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether to show the outliers for the Box-whisker series.</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="C1_Win_Chart_BoxWhisker_GetValues_System_Int32_" data-uid="C1.Win.Chart.BoxWhisker.GetValues(System.Int32)">
          <a class="xref" href="C1.Win.Chart.BoxWhisker.GetValues.html#C1_Win_Chart_BoxWhisker_GetValues_System_Int32_">GetValues(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the point data array for the specified coordinate dimension.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
