# C1.WPF.Chart.BoxWhisker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_BoxWhisker" data-uid="C1.WPF.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.WPF.Chart.Series.html">Series</a></div>
    <div class="level2"><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><span class="xref">IValueProvider</span></div>
    <div><span class="xref">IBoxWhisker</span></div>
    <div><span class="xref">ISeries</span></div>
    <div><span class="xref">IStyleProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.html">C1.WPF.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Chart.dll</h6>
  <h5 id="C1_WPF_Chart_BoxWhisker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BoxWhisker : Series, IDisposable, IValueProvider, IBoxWhisker, ISeries, IStyleProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BoxWhisker
    Inherits Series
    Implements IDisposable, IValueProvider, IBoxWhisker, ISeries, IStyleProvider</code></pre>
  </div>
  <h5 id="C1_WPF_Chart_BoxWhisker_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="C1.WPF.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_WPF_Chart_BoxWhisker__ctor" data-uid="C1.WPF.Chart.BoxWhisker.#ctor">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.-ctor.html#C1_WPF_Chart_BoxWhisker__ctor">BoxWhisker()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Chart_BoxWhisker_GapWidthProperty" data-uid="C1.WPF.Chart.BoxWhisker.GapWidthProperty">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.GapWidthProperty.html">GapWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.BoxWhisker.GapWidth.html#C1_WPF_Chart_BoxWhisker_GapWidth">GapWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_BoxWhisker_GroupWidthProperty" data-uid="C1.WPF.Chart.BoxWhisker.GroupWidthProperty">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.GroupWidthProperty.html">GroupWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.BoxWhisker.GroupWidth.html#C1_WPF_Chart_BoxWhisker_GroupWidth">GroupWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_BoxWhisker_QuartileCalculationProperty" data-uid="C1.WPF.Chart.BoxWhisker.QuartileCalculationProperty">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.QuartileCalculationProperty.html">QuartileCalculationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.BoxWhisker.QuartileCalculation.html#C1_WPF_Chart_BoxWhisker_QuartileCalculation">QuartileCalculation</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_BoxWhisker_ShowInnerPointsProperty" data-uid="C1.WPF.Chart.BoxWhisker.ShowInnerPointsProperty">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.ShowInnerPointsProperty.html">ShowInnerPointsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.BoxWhisker.ShowInnerPoints.html#C1_WPF_Chart_BoxWhisker_ShowInnerPoints">ShowInnerPoints</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_BoxWhisker_ShowMeanLineProperty" data-uid="C1.WPF.Chart.BoxWhisker.ShowMeanLineProperty">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.ShowMeanLineProperty.html">ShowMeanLineProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.BoxWhisker.ShowMeanLine.html#C1_WPF_Chart_BoxWhisker_ShowMeanLine">ShowMeanLine</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_BoxWhisker_ShowMeanMarksProperty" data-uid="C1.WPF.Chart.BoxWhisker.ShowMeanMarksProperty">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.ShowMeanMarksProperty.html">ShowMeanMarksProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.BoxWhisker.ShowMeanMarks.html#C1_WPF_Chart_BoxWhisker_ShowMeanMarks">ShowMeanMarks</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_BoxWhisker_ShowOutliersProperty" data-uid="C1.WPF.Chart.BoxWhisker.ShowOutliersProperty">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.ShowOutliersProperty.html">ShowOutliersProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.BoxWhisker.ShowOutliers.html#C1_WPF_Chart_BoxWhisker_ShowOutliers">ShowOutliers</a> dependency property.</p>
</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_WPF_Chart_BoxWhisker_GapWidth" data-uid="C1.WPF.Chart.BoxWhisker.GapWidth">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.GapWidth.html#C1_WPF_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_WPF_Chart_BoxWhisker_GroupWidth" data-uid="C1.WPF.Chart.BoxWhisker.GroupWidth">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.GroupWidth.html#C1_WPF_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_WPF_Chart_BoxWhisker_QuartileCalculation" data-uid="C1.WPF.Chart.BoxWhisker.QuartileCalculation">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.QuartileCalculation.html#C1_WPF_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_WPF_Chart_BoxWhisker_ShowInnerPoints" data-uid="C1.WPF.Chart.BoxWhisker.ShowInnerPoints">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.ShowInnerPoints.html#C1_WPF_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_WPF_Chart_BoxWhisker_ShowMeanLine" data-uid="C1.WPF.Chart.BoxWhisker.ShowMeanLine">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.ShowMeanLine.html#C1_WPF_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_WPF_Chart_BoxWhisker_ShowMeanMarks" data-uid="C1.WPF.Chart.BoxWhisker.ShowMeanMarks">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.ShowMeanMarks.html#C1_WPF_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_WPF_Chart_BoxWhisker_ShowOutliers" data-uid="C1.WPF.Chart.BoxWhisker.ShowOutliers">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.ShowOutliers.html#C1_WPF_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_WPF_Chart_BoxWhisker_GetItem_System_Int32_" data-uid="C1.WPF.Chart.BoxWhisker.GetItem(System.Int32)">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.GetItem.html#C1_WPF_Chart_BoxWhisker_GetItem_System_Int32_">GetItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets data item by its index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_BoxWhisker_GetValues_System_Int32_" data-uid="C1.WPF.Chart.BoxWhisker.GetValues(System.Int32)">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.GetValues.html#C1_WPF_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>
      <tr>
        <td id="C1_WPF_Chart_BoxWhisker_OnItemsSourceChanged" data-uid="C1.WPF.Chart.BoxWhisker.OnItemsSourceChanged">
          <a class="xref" href="C1.WPF.Chart.BoxWhisker.OnItemsSourceChanged.html#C1_WPF_Chart_BoxWhisker_OnItemsSourceChanged">OnItemsSourceChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when items source changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
