# FarPoint.Win.Chart.ClusteredBoxWhiskerSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries" data-uid="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries" class="text-break">ClusteredBoxWhiskerSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a clustered group of bar series in a Y plot area.</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="FarPoint.Win.Chart.Series.html">Series</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.Chart.YSeries.html">YSeries</a></div>
    <div class="level3"><span class="xref">ClusteredBoxWhiskerSeries</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Chart.ICompositeSeries.html">ICompositeSeries</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><span class="xref">IXmlSerializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;ClusteredBoxWhiskerSeries&gt;))]
public class ClusteredBoxWhiskerSeries : YSeries, ICompositeSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of ClusteredBoxWhiskerSeries)))&gt;
Public Class ClusteredBoxWhiskerSeries
    Inherits YSeries
    Implements ICompositeSeries, ICloneable, IXmlSerializable</code></pre>
  </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="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries__ctor" data-uid="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.-ctor.html#FarPoint_Win_Chart_ClusteredBoxWhiskerSeries__ctor">ClusteredBoxWhiskerSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries__ctor_FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_" data-uid="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.#ctor(FarPoint.Win.Chart.ClusteredBoxWhiskerSeries)">
          <a class="xref" href="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.-ctor.html#FarPoint_Win_Chart_ClusteredBoxWhiskerSeries__ctor_FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_">ClusteredBoxWhiskerSeries(ClusteredBoxWhiskerSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series that is a deep copy of the specified series.</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="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_Count" data-uid="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.Count">
          <a class="xref" href="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.Count.html#FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of points in the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_GapWidth" data-uid="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.GapWidth">
          <a class="xref" href="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.GapWidth.html#FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_GapWidth">GapWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of space between categories.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_Overlap" data-uid="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.Overlap">
          <a class="xref" href="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.Overlap.html#FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_Overlap">Overlap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of overlap of data points within a category.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_Series" data-uid="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.Series">
          <a class="xref" href="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.Series.html#FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_Series">Series</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of bar 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="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_Clone" data-uid="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.Clone">
          <a class="xref" href="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.Clone.html#FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_GetSchema" data-uid="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.GetSchema.html#FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_GetSchema">GetSchema()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is reserved and should not be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.ReadXml.html#FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates an object from its XML representation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_ReadXmlElement_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.ReadXmlElement(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.ReadXmlElement.html#FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_ReadXmlElement_System_Xml_XmlReader_">ReadXmlElement(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the child XML element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.ClusteredBoxWhiskerSeries.WriteXml.html#FarPoint_Win_Chart_ClusteredBoxWhiskerSeries_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an object into its XML representation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
